new_hilo | R Documentation |
Class constructor function to help with manually creating hilo interval objects.
new_hilo(lower = double(), upper = double(), size = double())
lower , upper |
A numeric vector of values for lower and upper limits. |
size |
Size of the interval between [0, 100]. |
A "hilo" vector
Earo Wang & Mitchell O'Hara-Wild
new_hilo(lower = rnorm(10), upper = rnorm(10) + 5, size = 95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.