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.
panel.ecdf(x, y, lines = TRUE, ...) panel.densityplot.enhanced(x, ...)
panel.xyplot_rug(x, y, rug.color = "grey", ...)
Numerical vector
Numerical vector
Whether to connect the points with lines or not
Arguments to pass along to other lattice functions
Color of rugplots
Lattice panel object