HH (version 3.1-40)

cplx: Generate a sequence spanning the xlim of a lattice window.

Description

Generate a sequence of length points spanning the current.panel.limits()$xlim of a lattice window.

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

scale

Examples

Run this code
# NOT RUN {
cplx(11)
# }

Run the code above in your browser using DataCamp Workspace