RFoldstyle: RFoldstyle

Description Usage Arguments Value See Also Examples

View source: R/obsolete.R

Description

This function is written only for package writers who have based their code on RandomFields version 2.

It avoids warnings if the old style is used, and sets spConform = FALSE.

Usage

1

Arguments

old

logical

Value

NULL

See Also

See ‘version2’ for details on the commands of version 2.

Examples

1
2
3
4
5
6
7
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again

GaussRF(x=1:10, model="exp", param=c(0,1,0,1), grid=TRUE)

RFoldstyle()
GaussRF(x=1:10, model="exp", param=c(0,1,0,1), grid=TRUE)

RandomFields documentation built on Jan. 19, 2022, 1:06 a.m.