logPretty1 | R Documentation |
Axis tick marks for a log scale for cases where the data cover many orders of magnitude and the graph is small. These tick marks are designed to progress by factors of 10.
logPretty1(xMin, xMax)
xMin |
A numeric value for the minimum value to be plotted, it must be > 0 |
xMax |
A numeric value for the maximum value to be plotted, it must be > xMax |
xTicks A vector representing the values for each of the tick marks
xMin <- 0.7
xMax <- 990000
logPretty1(xMin, xMax)
xMin <- 3
xMax <- 15
logPretty1(xMin, xMax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.