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