mplot8nod: simulates and plots densities of a /nod/ varying its...

Description Usage Arguments Details Value Examples

Description

Plots a matrix of plots containing each a /nod/ distribution. This is defined through a nod object whose @assess slot is modifyed with the values indicated in the three x,cV,cU arguments.
The plots varies in row-column in one of the three way: (cv,cu|x fixed), (x,cu|cv fixed) or (x,cv|cu fixed) indicated by the fact fact that one of the x, cv or cu argument is provided with only one value.

Usage

1
2
mplot8nod(nod, nbs=1000, x=NULL, cV=seq(5, 95, length=4), cU=seq(5, 95,
	  length=4), ...)

Arguments

nod

The node defining the distribution except for @assess values.

nbs

Number of values to simulate to numerically obtain a density graph.

x

central value(s) for the distribution. When NULL, will be put to as.numeric(nod@assess@x).

cV

variability value(s) for the distribution.

cU

uncertainty value(s) for the distribution.

...

To be passed to the plot8distri function.

Details

The matrix of plots is done by successive call to plot8nod. The adjustment of par(mfrow) is done within the function. To generate a graph file, pdf or a similar function must be called beforehand, as well as dev.off afterwards.

Value

Nothing but a matrix of plots is issued.

Examples

1
2
 prr3k("RESET"); # For R checking compliance
 mplot8nod(prr.nod2);

prr documentation built on May 2, 2019, 6:35 p.m.

Related to mplot8nod in prr...