Learn R Programming

RSMET (version 1.3.8)

smet-class: smet-class

Description

Class smet

Arguments

Details

This class represents the SMET format file for weather station data

signature:

A charachter string containing SMET signature

header:

Object of class "list" containing the Header Section, each key corresponds to a component of the list.

data:

S3 Object of class "data.frame" containing the weather data values. Date field is often alled "timestamp" and written in POSIXlt format.

file:

full name of the SMET file. If it is missing, it is NA.

Detailed information about SMET format is reminded to http://models.slf.ch/docserver/meteoio/SMET_specifications.pdf.

References

http://models.slf.ch/docserver/meteoio/html/smetio.html or http://models.slf.ch/docserver/meteoio/SMET_specifications.pdf

#' @note A SMET-class object can be created by a SMET file trough smet or can be coerced from another type object through as.smet. or returned by the function smet

See Also

smet,as.smet,print.smet

smet-class

Examples

Run this code
# NOT RUN {
showClass("smet")

as.smet("test")

# }

Run the code above in your browser using DataLab