Learn R Programming

RandomFields (version 3.0.10)

RRdeterm: Random scaling used with balls

Description

RRdeterm refers to the determinstic distribution.

Usage

RRdeterm(mean)

Arguments

mean
the deterministic value

Value

Details

It has the same effect as RRdistr(norm(mu=mu, sd=sd, log=log))

See Also

RMmodel, RRdistr, RRgauss,

Examples

Run this code
RFoptions(seed=0)
x <- seq(-2, 2, 0.001)
p <- RFpdistr(RRdeterm(mean=1), q=x)
plot(x, p, type="l")
RFoptions(seed=NA)

Run the code above in your browser using DataLab