Operators acting on objects to extract or replace parts.
Usage
# S4 method for class 'GammaSpectrum'
x[[i]]
# S4 method for class 'GammaSpectra'
x[i, j]
# S4 method for class 'DoseRateModel'
x[[i]]
# S4 method for class 'CalibrationCurve'
x[[i]]
# S4 method for class '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
numeric,integerorcharactervectors or empty (missing) orNULL. Numeric values are coerced tointegeras byas.integer()(and hence truncated towards zero). Character vectors will be matched to the name of the elements. An empty index (a comma separated blank) indicates that all entries in that dimension are selected.
See also
Other mutator:
mutator
