[413088]: / man / subsetSegments.Rd

Download this file

19 lines (16 with data), 516 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
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
}