new_hdr {distributional} | R Documentation |
Construct hdr intervals
new_hdr(
lower = list_of(.ptype = double()),
upper = list_of(.ptype = double()),
size = double()
)
lower , upper |
A list of numeric vectors specifying the region's lower and upper bounds. |
size |
A numeric vector specifying the coverage size of the region. |
A "hdr" vector
Mitchell O'Hara-Wild
new_hdr(lower = list(1, c(3,6)), upper = list(10, c(5, 8)), size = c(80, 95))