[413088]: / man / subset-vrImage-method.Rd

Download this file

21 lines (17 with data), 575 Bytes

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