Learn R Programming

distributional (version 0.5.0)

new_hilo: Construct hilo intervals

Description

[Stable]

Class constructor function to help with manually creating hilo interval objects.

Usage

new_hilo(lower = double(), upper = double(), size = double())

Value

A "hilo" vector

Arguments

lower, upper

A numeric vector of values for lower and upper limits.

size

Size of the interval between [0, 100].

Author

Earo Wang & Mitchell O'Hara-Wild

Examples

Run this code
new_hilo(lower = rnorm(10), upper = rnorm(10) + 5, size = 95)

Run the code above in your browser using DataLab