cplx {HH} | R Documentation |
Generate a sequence of length
points spanning the
current.panel.limits()$xlim
of a lattice window.
cplx(length)
length |
Integer number of points. |
One-column matrix containing length
rows.
The first value is the x-value at the left side of the window. The
last value is the x-value at the right side of the window.
The in between points are evenly spaced.
Richard M. Heiberger <rmh@temple.edu>
cplx(11)