powered by
Get all weather records by year range
getWeatherRecords(object, ...)# S4 method for WeaAna getWeatherRecords(object, yrange = NULL, vars = "all", ...)
# S4 method for WeaAna getWeatherRecords(object, yrange = NULL, vars = "all", ...)
A WeaAna object.
Other arguments
Year range.
Variable
A data frame with all weather records
# NOT RUN { library(weaana) data( "WeatherRecordsDemo" ) getWeatherRecords( records, yrange = c( 2008, 2009 ) ) getWeatherRecords( records, yrange = c( 2008, 2009 ), length = 10 ) # }
Run the code above in your browser using DataLab