Crop {SeuratObject} | R Documentation |
Crop Coordinates
Description
Crop Coordinates
Usage
Crop(object, x = NULL, y = NULL, coords = c("plot", "tissue"), ...)
## S3 method for class '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 |
coords |
Coordinate system to execute crop; choose from:
|
... |
Arguments passed to other methods |
Value
object
cropped to the region specified by x
and y
[Package SeuratObject version 5.0.2 Index]