a b/man/subsetCoordinates.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/assay.R
3
\name{subsetCoordinates}
4
\alias{subsetCoordinates}
5
\title{subsetCoordinates}
6
\usage{
7
subsetCoordinates(coords, image, crop_info)
8
}
9
\arguments{
10
\item{coords}{the coordinates of the spatial points}
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 coordinates given cropping parameters of a magick image objects
18
}