plot8empirical: plots an /empirical/

Description Usage Arguments Value

View source: R/f3.rbsb4.code.r

Description

This function plots an /empirical/ object.

Usage

1
2
plot8empirical(x, y="useless", ..., what="dc", ticks="s", xli=NULL, ylid=NULL,
	  ylic=NULL, main=NULL)

Arguments

x

The empirical object to plot.

y

For compatibility with the generic plot function. Useless

...

Further arguments to be passed to the plot function.

what

What to plot? d for density and c for cumulative.

ticks

Markers of the discontinuity of the function. When numerical, 0 means no ticks if not the height of the ticks. When character, s means until the curve, S the same but ticks will have a minimum length, if not nothing.

xli

possible imposed xlim for the density and the cumulative

ylid

possible imposed ylim for the density

ylic

possible imposed ylim for the cumulative

main

Some prepared title for the plot.

Value

nothing but a plot is performed


rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to plot8empirical in rbsb...