From 4e8ea2640a14a64d892ea3f4ec55d962df67e83a Mon Sep 17 00:00:00 2001 From: jiajic <72078254+jiajic@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:35:53 -0500 Subject: [PATCH] chore: document --- man/calculateOverlap.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/calculateOverlap.Rd b/man/calculateOverlap.Rd index 3d335cae..6ad5f3b0 100644 --- a/man/calculateOverlap.Rd +++ b/man/calculateOverlap.Rd @@ -161,5 +161,5 @@ overlaps(getPolygonInfo(out_g, return_giottoPolygon = TRUE)) # note that z0 and z1 nrows match that from the table of global z values. # With points overlaps, all points are returned, but non-overlapped points # only have an `NA` value for the `poly_ID` column. Overlapped points will -have the `poly_ID` of their overlapping polygon. +# have the `poly_ID` of their overlapping polygon. }