Description Usage Arguments Value Author(s) Source See Also
Method for extracting or replacing a subset of a "pTs"
object.
1 2 | ## S3 method for class 'pTs'
x[p1, p2, ...]
|
x |
a |
p1 |
possible row indices for the subset: |
p2 |
possible column indices for the subset: |
... |
further arguments passed on to the generic method |
the original object with the replaced subset x[p1, p2]
, or
the subset x[p1, p2]
. For the latter, the return value is an object
of class "pTs"
, unless subset is x[p1]
in which case it is a
numeric vector of length length(p1)
where the time and lat-lon
information are lost with a warning.
Thomas Laepple; adapted by Thomas Münch
Function adapted from "proxytype.R" in paleolibary/src/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.