Description Usage Arguments Details Value Author(s) Examples
Make a nice log-log plot (base 10), with exponent labels and logged gridlines.
1 2 3 4 5 6 7 8 9 |
x,y |
the coordinates of points in the plot, not log-transformed. |
xlim, ylim |
optional xlim and ylim |
majGrid,minGrid |
logicals specifying whether to draw major and minor grids. |
minGrid.ticks |
logical specifying whether to draw the minor grid ticks on the axes. |
majGrid.lty,majGrid.lwd,majGrid.col,minGrid.lty,minGrid.lwd,minGrid.col |
line parameters for the grid. |
xlab,ylab |
x and y labels. |
labelType |
default is an exponent with base 10, otherwise just labels with the number (e.g. 0.001). |
asp |
the aspect ratio of the plot. Defaults to 1 because otherwise it will probably just look ugly. |
... |
other plotting parameters. |
Makes a nice log-log plot with major and minor grids, as well as nicely formatting axis labels. Works best for data that span at least one order of magnitude (for labelling).
No return value.
Clark Richards
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.