cut.eof {metR} | R Documentation |
Remove some principal components.
Description
Returns an eof
object with just the n principal components.
Usage
## S3 method for class 'eof'
cut(x, n, ...)
Arguments
x |
an |
n |
which eofs to keep |
... |
further arguments passed to or from other methods |
[Package metR version 0.15.0 Index]