R/hdr.R
new_hdr.Rd
Construct hdr intervals
new_hdr( lower = list_of(.ptype = double()), upper = list_of(.ptype = double()), size = double() )
A list of numeric vectors specifying the region's lower and upper bounds.
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)) #> <hdr[2]> #> [1] [1, 10]80 [3, 5][6, 8]95