pm_log: Identity and log scale helpers

View source: R/utils.R

pm_logR Documentation

Identity and log scale helpers

Description

Identity and log scale helpers

Usage

pm_log(
  breaks = NULL,
  limits = NULL,
  transform = "log10",
  ...,
  trans = deprecated()
)

pm_ident(breaks, limits = range(breaks), ...)

Arguments

breaks

passed to scale function

limits

passed to scale function

transform

passed to scale function

...

passed to scale function

trans

deprecated; use transform argument instead.


metrumresearchgroup/pmplots documentation built on Oct. 15, 2024, noon