panelfxns: Various panel functions

Description Usage Arguments Value

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

1
2
3
4
5
  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


taRifx documentation built on April 14, 2020, 6:27 p.m.

Related to panelfxns in taRifx...