Skip to content

log-scale xy-plots

1 message · Stefan Stagge

#
Hello R-Users, Hello R-help-team.

I found a nice way to create a xy-plot with a single log-axis (e.g. the y-axis). This is often needed to show biological data.

First attach the desired dataset you want to plot.
Now use the following commands:
I want to thank Aaron from http://stackoverflow.com/users/210673/aaron.

I just added the ylim option to create a nice 0.1 to 10 log-axis which is commonly used for biological datasets.

Good luck,
Stefan