lineplot: Plot a one or more lines.

Description Usage Arguments Value Author(s) Examples

Description

This function plots lines for one or more variables against another variable — typically time series against time.

Usage

1

Arguments

x

variable giving horizontal coordinates.

...

one or more variables giving vertical coordinates.

legend

plot legend? Default is TRUE if there is more than one variable to plot and FALSE is there is just one.

Value

Produces a plot; returns NULL invisibly.

Author(s)

John Fox jfox@mcmaster.ca

Examples

1
2
3
data(Bfox, package="car")
Bfox$time <- as.numeric(rownames(Bfox))
with(Bfox, lineplot(time, menwage, womwage))

Rcmdr205 documentation built on May 2, 2019, 5:52 p.m.

Related to lineplot in Rcmdr205...