Learn R Programming

RandomFields (version 3.0.32)

RMintern: Internal models

Description

Internal models that may appear in feedbacks from 'RandomFields'

Arguments

Details

The following and many more internal models exist
  • RF__Name__ : internal representation of certain functionsRF__name__
  • RO#: model for transforming coordinates within the cartesian system
  • RO>: model for transforming earth coordinates to cartesian coordinates
  • RMmissing: for error messages only
  • RMmixed: internal representation of amixed model
  • RMselect: will be obsolete in future
  • RMsetparam,RMptsGivenShape,RMstandardShape,RMpoissonShape: for max-stable processes and Poisson processes: models that combine shape functions with corresponding point processes
  • RP__name__Intern: internal representations ofprocesses
  • RP$proc,RPplusproc, etc. : specific processes forRMSandRMplusetc
  • RMS: internal representation of the modifying argumentsvar,scale,Aniso,proj

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

## in the following 'try' the model 'RMtbmIntern' appears
model <- RPtbm(RMexp())
x <- seq(0, 10, 1) 
try(RFsimulate(model, x=x)) ## fails
FinalizeExample()

Run the code above in your browser using DataLab