| logPretty | R Documentation |
Constructs information for making a nicely formatted log-scale numeric axis. A support function for creating logarithmic axes.
logPretty(x, hard = FALSE, labels = "Auto", style = "Auto", extend.pct = 0, extend.range = NA)
x |
data defining the range to be plotted on the axis. Missing values are permitted, but ignored. |
hard |
logical, if |
labels |
either "Auto," which lets the function decide how many labels, the approximate number of labels, or the actual numeric values of the labels. |
style |
a character string indicating the style of the axis labels. Valid values are "numeric," which forces the labels to be displayed as numbers; "scientific," which forces the labels displayed using scientific notation; or "Auto" (the default), which disaplays labels as numbers but switches to scientific notation for large ranges. Only the first letter is required. Any invalid value will produce simply formatted labels. |
extend.pct |
extend the axis range by |
extend.range |
required for naming consistency with other functions, not used. |
Information about the axis lables.
areaPlot, boxPlot,
colorPlot, areaPlot, dotPlot,
ecdfPlot, probPlot, qqPlot,
scalePlot, splomPlot, timePlot,
xyPlot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.