Learn R Programming

distributional (version 0.2.1)

new_hilo: Construct hilo intervals

Description

Construct hilo intervals

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

Examples

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

# }

Run the code above in your browser using DataLab