Diff of /man/subsetSegments.Rd [000000] .. [413088]

Switch to side-by-side view

--- a
+++ b/man/subsetSegments.Rd
@@ -0,0 +1,18 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/assay.R
+\name{subsetSegments}
+\alias{subsetSegments}
+\title{subsetSegments}
+\usage{
+subsetSegments(segments, image, crop_info)
+}
+\arguments{
+\item{segments}{the list of segments each associated with a spatial point}
+
+\item{image}{the magick image associated with the coordinates}
+
+\item{crop_info}{the subseting string passed to \link{image_crop}}
+}
+\description{
+subsetting segments given cropping parameters of a magick image objects
+}