if (FALSE) {
library(ggplot2)
ggplot(data=data.frame(x=1:10, y=1:10), aes(x=x, y=y)) +
geom_point()
ggplot(data=data.frame(x=1:10, y=1:10), aes(x=x, y=y)) +
geom_point() +
scale_x_continuous(trans=blq_trans(lloq=3))
ggplot(data=data.frame(x=1:10, y=1:10), aes(x=x, y=y)) +
geom_point() +
scale_x_continuous(trans=blq_log10_trans(lloq=3))
}
Run the code above in your browser using DataLab