convert.weather {FIT} | R Documentation |
Converts weather data from a dataframe into an object.
Description
Converts weather data from a dataframe into an object.
Usage
convert.weather(data, entries = IO$weather.entries)
Arguments
data |
A dataframe of weather data to be converted. |
entries |
An optional string array that designates the entries of the dataframe to be loaded. |
Value
An object that reprents the timeseries data of weather factors.
Internally, the object holds a dataframe of size
ntimepoints * nfactors
.
[Package FIT version 0.0.6 Index]