RandomFields (version 3.1.36)

RFsp-class: Class RFsp

Description

"RFsp" is a virtual class which contains the four classes RFspatialGridDataFrame (data on a full grid and $space-time-dimension > 2$), RFspatialPointsDataFrame (data not on a grid and $space-time-dimension > 2$), RFgridDataFrame (data on a full grid and $space-time-dimension = 1$), RFpointsDataFrame (data not on a grid spaced and $space-time-dimension = 1$)

The first two class subclasses are summarized in "RFspatialDataFrame" whilst the latter two are summarized in "RFdataFrame".

Arguments

Objects from the Class

are never to be generated; only derived classes can be meaningful

Methods

Warning

this class is not useful in itself, but the above mentioned classes in this package derive from it

See Also

RFspatialGridDataFrame, RFspatialPointsDataFrame, RFgridDataFrame, RFpointsDataFrame, sp2RF

Examples

Run this code
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again
## to do

Run the code above in your browser using DataCamp Workspace