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