xscale.components.log10.3: Labels 10-logged x axes appropriately in lattice (ticks at...

View source: R/xscale.components.log10.r

xscale.components.log10.3R Documentation

Labels 10-logged x axes appropriately in lattice (ticks at powers of 1 and 3)

Description

Labels 10-logged x axes appropriately in lattice (ticks at powers of 1 and 3)

Usage

xscale.components.log10.3(lim, ...)

Arguments

lim

internal required argument.

...

passed to xscale.components.default()

Value

Nothing. It's a function to be called inside a lattice call

Note

Not to be called by user.

See Also

Other scale.components: xscale.components.log10(), yscale.components.log10.3(), yscale.components.log10()

Examples

library(lattice)
set.seed(1234)
datf = data.frame(TIME = exp(rnorm(3000, sd = 0.6)), DV = seq(3000))

xyplot(DV ~ TIME
       , data = datf
       , scales = list(x = list(log = 10))
       , xscale.components = xscale.components.log10.3
)

qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.