Learn R Programming

RandomFields (version 3.0.10)

RFoldstyle: RFoldstyle

Description

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

It avoids warnings if the old style is used.

Usage

RFoldstyle(old=TRUE)

Arguments

old
logical

Value

  • NULL

Examples

Run this code
RFoptions(seed=0)
  RFoldstyle()
RFoldstyle(FALSE)
RFoptions(seed=NA)

Run the code above in your browser using DataLab