Identity and log scale helpers

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.