RO#
: model for transforming coordinates within the cartesian
systemRO>
: model for transforming earth coordinates to cartesian
coordinatesROmissing
: for error messages onlyRMmixed
: internal representation of amixed modelRMselect
: will be obsolete in futureRMsetparam
,RMptsGivenShape
,RMstandardShape
,RMstatShape
:
for max-stable processes and Poisson processes:
models that combine shape functions with corresponding point processesRP__name__Intern
: internal representations of someprocessesRPS
,RPplusp
, etc. : specific processes forRMSandRMplusetc. (For those covariance models that
have specific simulation processes programmed.)var
,scale
,Aniso
,proj
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
## in the following 'RPplus' appears as internal model
x <- seq(0, 10, 1)
z <- RFsimulate(RPspecific(RMexp() + RMnugget()), x)
RFgetModelInfo(which="internal", level=0)
FinalizeExample()
Run the code above in your browser using DataLab