Description Usage Arguments Details
Operators acting on cfDataList
, cfDatatype
, cfStation
,
and dataFrame
objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## S4 method for signature 'dataFrame'
x[[i]]
## S4 method for signature 'dataFrame,ANY,ANY,ANY'
x[i, j, drop]
## S4 method for signature 'dataFrame'
x$name
## S4 method for signature 'cfStation,ANY,ANY,ANY'
x[i, j, drop = TRUE]
## S4 method for signature 'cfDataList,ANY,ANY,ANY'
x[i, j]
## S4 method for signature 'cfDataList'
x[[i]]
## S4 method for signature 'cfDatatype,ANY,missing,missing'
x[i, j, drop]
|
x |
a clifro object |
i |
indices specifying elements to extract. Indices are
|
j |
indices specifying elements to extract. Indices are
|
drop |
if |
name |
a literal character string. This is partially matched to the names of the object. |
These are methods for the generic operators for classes within clifro.
They are intended to give the user the familiar functionality of subsetting
data.frame
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.