Learn R Programming

taRifx (version 1.0.6.2)

panel.ecdf: Various panel functions

Description

panel.ecdf is a panel function for xyplot to create lattice plots of the empirical CDF. panel.densityplot.enhanced is a panel function for densityplot to add in descriptives as text. panel.xyplot_rug is an xyplot panel function with rug plots on x and y axes.

Usage

panel.ecdf(x, y, lines = TRUE, ...)

panel.densityplot.enhanced(x, ...)

panel.xyplot_rug(x, y, rug.color = "grey", ...)

Arguments

x

Numerical vector

y

Numerical vector

lines

Whether to connect the points with lines or not

Arguments to pass along to other lattice functions

rug.color

Color of rugplots

Value

Lattice panel object