yPretty | R Documentation |
Axis tick marks that run from zero to some specified maximum, creates about 4 to 8 ticks marks.
yPretty(yMax)
yMax |
A numeric value for the maximum value to be plotted, it must be >0 |
yTicks A numeric vector representing the values for each of the tick marks
yTicks <- yPretty(7.8)
yTicks <- yPretty(125)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.