plot8nod: plots the density of an ancestor /nod/.

Description Usage Arguments Details Value Examples

Description

Plots the numerically approximated distribution of a /nod/ not depending on parents through a call to plot(density()). The approximation is made with the help of nbs simulations.

Usage

1
plot8nod(nod, nbs=1000, tit=NULL, ...)

Arguments

nod

The /nod/ object of which the repartition is looked for

nbs

Number of simulations to perform to approximate the density.

tit

When NULL, a standard title is used.

...

To be passed to the standard 'plot' function.

Details

The central value nod@assess@x is drawn, as are the limits of the support.

Value

Nothing but a plot is issued.

Examples

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

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

Related to plot8nod in prr...