Switch to side-by-side view

--- a
+++ b/man/subset-vrSample-method.Rd
@@ -0,0 +1,22 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/sample.R
+\name{subset,vrSample-method}
+\alias{subset,vrSample-method}
+\title{Subsetting vrSample objects}
+\usage{
+\S4method{subset}{vrSample}(x, subset, assays = NULL, spatialpoints = NULL, image = NULL)
+}
+\arguments{
+\item{x}{a vrSample object}
+
+\item{subset}{the subset statement}
+
+\item{assays}{the set of assays to subset the object}
+
+\item{spatialpoints}{the set of spatial points to subset the object}
+
+\item{image}{the subseting string passed to \link{image_crop}}
+}
+\description{
+Given a vrSample object, subset the object given one of the attributes
+}