powered by
Class smet
smet
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.
"list"
data
S3 Object of class "data.frame" containing the weather data values. Date field is often alled "timestamp" and written in POSIXlt format.
"data.frame"
"timestamp"
POSIXlt
file
full name of the SMET file. If it is missing, it is NA.
NA
Detailed information about SMET format is reminded to http://models.slf.ch/docserver/meteoio/SMET_specifications.pdf.
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
SMET-class
as.smet
smet,as.smet,print.smet
print.smet
smet-class
# NOT RUN { showClass("smet") as.smet("test") # }
Run the code above in your browser using DataLab