Identity and log scale helpers

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

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

Arguments

breaks

passed to scale function

limits

passed to scale function

trans

passed to scale function

...

passed to scale function