fields: Extract the fields of a 'smet-class' object

Description Usage Arguments Examples

View source: R/fields.R

Description

The method as.smet coerces an object or a charachter string to a SMET. If the object is

fields

fields

Usage

1
2
3
4
5
6
fields(object, ...)

fields(object, ...)

## S4 method for signature 'smet'
fields(object, ...)

Arguments

object

the object

...

further arguments

Examples

1
2
3
4
5
df <- data.frame(a=1:6,c=1:6)
fields(df)

x <- smet(system.file('examples/PIEM001114.smet',package="RSMET"))
fields(x)

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

Related to fields in RSMET...