cplx
From HH v3.1-42
by Richard Heiberger
Generate a sequence spanning the xlim of a lattice window.
Generate a sequence of length
points spanning the
current.panel.limits()$xlim
of a lattice window.
- Keywords
- dplot
Usage
cplx(length)
Arguments
- length
Integer number of points.
Value
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.
See Also
Examples
# NOT RUN {
cplx(11)
# }
Community examples
Looks like there are no examples yet.