Crop Coordinates

Crop(object, x = NULL, y = NULL, coords = c("plot", "tissue"), ...)

# S3 method for FOV
Crop(object, x = NULL, y = NULL, coords = c("plot", "tissue"), ...)

Arguments

object

An object

x, y

Range to crop x/y limits to; if NULL, uses full range of x/y

coords

Coordinate system to execute crop; choose from:

...

Arguments passed to other methods

Value

object cropped to the region specified by x

and y