plot8dnco: univariate plot for a continuous variable

Description Usage Arguments Value Examples

Description

(dn) produces the histogram (raw or smoothed) of a continuous variable.

Usage

1
plot8dnco(x, red, cod, title="", type="smooth", ...)

Arguments

x

the continuous variable to be plotted

red

the range of the representation

cod

the common limits to be indicated with vertical dotted lines

title

(character The title to be given to the plot.

type

type of representation. "smooth" means that density is called else a simple histogram is drawn.

...

Further arguments to be passed to the hist or plot function. xlim must not be provided this way since it is already given by red.

Value

returns nothing but one plot is drawn

Examples

1
2
 rebastaba3k("RESET"); # for R checking convenience
 plot8dnco(rebastaba.dn4@df[[1]], red=rebastaba.dn4@red[[1]], cod=rebastaba.dn4@cod[[1]]);

rebastaba documentation built on May 2, 2019, 5:24 p.m.