Description Details Author(s) References See Also Examples
Class 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.
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.
Emanuele Cordano
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
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.