A scales breaks generator for log1p scales
Examples
ggplot2::ggplot(ggplot2::diamonds, ggplot2::aes(x=price))+
ggplot2::geom_density()+
ggplot2::scale_x_continuous(trans="log1p", breaks=breaks_log1p())
A scales breaks generator for log1p scales
ggplot2::ggplot(ggplot2::diamonds, ggplot2::aes(x=price))+
ggplot2::geom_density()+
ggplot2::scale_x_continuous(trans="log1p", breaks=breaks_log1p())