RRdeterm: Degenerate Distributions

Description Usage Arguments Value See Also Examples

View source: R/RMmodels.R

Description

RRdeterm refers to the distribution of a deterministic variable.

Usage

1

Arguments

mean

the deterministic value

Value

RRdeterm returns an object of class RMmodel.

See Also

RMmodel, RRdistr, RRgauss.

Examples

1
2
3
4
5
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again
x <- seq(-2, 2, 0.001)
p <- RFpdistr(RRdeterm(mean=1), q=x)
plot(x, p, type="l")

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