Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
An S4 class to conduct statistical correction of meteorology over a landscape.
Objects can be created by calls of the form new("MeteorologyUncorrectedData", ...), or by calls to the function MeteorologyUncorrectedData.
dates:Object of class "Date" describing the time period for which meteorological estimates are possible.
bbox:Object of class "matrix" with the boundary box that sets meteorological estimation boundaries.
proj4string:Object of class "CRS" with the projection string of station spatial coordinates.
coords:Object of class "matrix" containing the coordinates of weather stations (each row is a point).
reference_data:Reference (historic) meteorological data used to calibrate correction factors when compared with observations. A vector of data frames (one per point) or a single data frame containing the meta data (columns dir and filename) of meteorological files that will be read from the disk.
projection_data:Projection meteorological data to be corrected. A vector of data frames (one per point) or a single data frame containing the meta data (columns dir and filename) of meteorological files that will be read from the disk.
params:A "list" containing correction parameters.
Class "MeteorologyProcedureData", directly.
Class "Spatial", by class "MeteorologyProcedureData", distance 2
signature(object = "MeteorologyUncorrectedData"): Generates a MeteorologyUncorrectedData object for a smaller area and a subset of dates.
Miquel De Cáceres Ainsa, Biodiversity and Landscape Ecology Laboratory, Centre Tecnologic Forestal de Catalunya
MeteorologyUncorrectedData, MeteorologyProcedureData-class, examplecorrectiondata, subsample
1 2 | #Structure of the S4 object
showClass("MeteorologyUncorrectedData")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.