new_hilo {distributional} | R Documentation |
Construct hilo intervals
Description
Class constructor function to help with manually creating hilo interval objects.
Usage
new_hilo(lower = double(), upper = double(), size = double())
Arguments
lower , upper |
A numeric vector of values for lower and upper limits. |
size |
Size of the interval between [0, 100]. |
Value
A "hilo" vector
Author(s)
Earo Wang & Mitchell O'Hara-Wild
Examples
new_hilo(lower = rnorm(10), upper = rnorm(10) + 5, size = 95)
[Package distributional version 0.4.0 Index]