logPoints: Add points to a 'logPlot'

Description Usage Arguments Details Value Author(s) Examples

Description

Add points to a logPlot

Usage

1
logPoints(x, y, , ...)

Arguments

x,y

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

...

other plotting arguments; see points

Details

Add points 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')
logPoints(2*x, 2*y, col=2)

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