digits | R Documentation |
returns recognized number of digits for colorbar ticklabels. Used by v.plot inside v.
digits(x)
x |
a numeric value. If x >= 1 output is set to zero (meaning ticklabels will have no digit positions). |
Robert K. Bauer
v.plot
## Example 1: ticklabels with no digits
digits(1000)
digits(1)
digits(1.01)
## Example 2: ticklabels with digits
digits(0.1)
digits(0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.