plot8distri: plots the density of a /distri/.

Description Usage Arguments Value Examples

Description

Plots the numerically approximated distribution of a /distri/ distribution defined through a call to plot(density()). The approximation is made with the help of nbs simulations repeating the drawings in rdistri.

Usage

1
plot8distri(distri, nbs=100, tit=deparse(substitute(distri)), ...)

Arguments

distri

The distri object to get the repartition.

nbs

Number of simulations to perform to approximate the density.

tit

Title for the graph.

...

To be passed to the standard 'plot' function.

Value

Nothing but a plot is issued.

Examples

1
2
3
 prr3k("RESET"); # For R checking compliance
 plot8distri(prr.distri1);
 plot8distri(prr.distri2);

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

Related to plot8distri in prr...