extract: '[' S3 method for 'smet-class' object

Description Usage Arguments Author(s) Examples

Description

[ S3 method for smet-class object

Usage

1
2
3
## S3 method for class 'smet'
x[rows = "all", fields = "all", file = NA,
  date.field = "timestamp", ...]

Arguments

x

a smet-class object

rows

rows of the x data which will be returned.

fields

column number or fields of x which will be returned.

file

file of the new returened smet-class. Default is NA.

date.field

field name of the Date and Time variable. Default is "timestamp". If it is not NA, it is always returned.

...

further argument for [ method

Author(s)

Emanuele Cordano

Examples

1
2
x <- smet(system.file('examples/PIEM001114.smet',package="RSMET"))
x[,1:3]

RSMET documentation built on April 24, 2018, 5:04 p.m.

Related to extract in RSMET...