a b/man/subsetSegments.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/assay.R
3
\name{subsetSegments}
4
\alias{subsetSegments}
5
\title{subsetSegments}
6
\usage{
7
subsetSegments(segments, image, crop_info)
8
}
9
\arguments{
10
\item{segments}{the list of segments each associated with a spatial point}
11
12
\item{image}{the magick image associated with the coordinates}
13
14
\item{crop_info}{the subseting string passed to \link{image_crop}}
15
}
16
\description{
17
subsetting segments given cropping parameters of a magick image objects
18
}