Learn R Programming

RandomFields (version 3.0.10)

RMintern: Internal models

Description

Internal models that may appear in feedbacks from 'RandomFields'

Arguments

Details

The following internal models exist
  • RF__Name__ : internal representation of certain functionsRF__name__
  • RM# : model only for transforming coordinates
  • RMmissing : for error messages only
  • RMmixed : internal representation of amixed model
  • RMselect : will be obsolete in future
  • RMset, 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 : internal models forRMSandRMplus

Examples

Run this code
RFoptions(seed=0)

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

Run the code above in your browser using DataLab