subset {gamma} | R Documentation |
Extract or Replace Parts of an Object
Description
Operators acting on objects to extract or replace parts.
Usage
## S4 method for signature 'GammaSpectrum'
x[[i]]
## S4 method for signature 'GammaSpectra'
x[i, j]
## S4 method for signature 'DoseRateModel'
x[[i]]
## S4 method for signature 'CalibrationCurve'
x[[i]]
## S4 method for signature 'PeakPosition'
x[[i]]
Arguments
x |
An object from which to extract element(s) or in which to replace element(s). |
i , j |
Indices specifying elements to extract or replace. Indices are
|
Value
A subsetted object.
Author(s)
N. Frerebeau
See Also
Other mutator:
mutator
[Package gamma version 1.0.5 Index]