Switch to unified view

a b/man/subset-vrLayer-method.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/sample.R
3
\name{subset,vrLayer-method}
4
\alias{subset,vrLayer-method}
5
\title{Subsetting vrLayer objects}
6
\usage{
7
\S4method{subset}{vrLayer}(x, subset, assays = NULL, spatialpoints = NULL, image = NULL)
8
}
9
\arguments{
10
\item{x}{a vrLayer object}
11
12
\item{subset}{the subset statement}
13
14
\item{assays}{the set of assays to subset the object}
15
16
\item{spatialpoints}{the set of spatial points to subset the object}
17
18
\item{image}{the subseting string passed to \link{image_crop}}
19
}
20
\description{
21
Given a vrLayer object, subset the object given one of the attributes
22
}