logLines: Add lines to a 'logPlot'

Description Usage Arguments Details Value Author(s) Examples

Description

Add lines to a logPlot

Usage

1
logLines(x, y, , ...)

Arguments

x,y

the coordinates of points in the plot, not log-transformed.

...

other plotting arguments; see lines

Details

Add lines to a log-log plot produce with logPlot

Value

No return value.

Author(s)

Clark Richards

Examples

1
2
3
4
x <- abs(rnorm(1000))
y <- abs(rnorm(1000))
logPlot(x, y, xlab='x', ylab='y')
logLines(2*x, 2*y, col=2)

richardsc/crMisc documentation built on May 27, 2019, 7:59 a.m.