Learn R Programming

meteoland (version 0.9.7)

MeteorologyProcedureData-class: Class "MeteorologyProcedureData"

Description

A virtual class for estimating meteorology over landscapes

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

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 accepted coordinates.

Methods

subsample

signature(object = "MeteorologyProcedureData"): Generates MeteorologyProcedureData objects for a smaller area and a subset of dates.

Extends

Class "'>Spatial", directly.

See Also

MeteorologyInterpolationData-class, MeteorologyUncorrectedData-class

Examples

Run this code
# NOT RUN {
showClass("MeteorologyProcedureData")
# }

Run the code above in your browser using DataLab