Identity and log scale helpers
pm_log(
breaks = NULL,
limits = NULL,
transform = "log10",
...,
trans = deprecated()
)
pm_ident(breaks, limits = range(breaks), ...)
passed to scale function
passed to scale function
passed to scale function
passed to scale function
deprecated; use transform
argument instead.