Use pretty log scale plot

gg_log(plot_object, x = TRUE, y = TRUE)

Arguments

plot_object

A ggplot object

x

Logical, if TRUE, x-axis will be log scale

y

Logical, if TRUE, y-axis will be log scale