Generates an S3 Histogram
object
Arguments
- histogram_data
vector of counts/density
- interval_start
numeric vector representing the starts of intervals
- interval_end
numeric vector representing the ends of intervals
- bin_width
numeric width of histogram bins, if missing, estimated from
interval_start
andinterval_end
- region_id
character identifier for the region of interest
Examples
x = Histogram(histogram_data = runif(10), interval_start = 1:10, interval_end = 2:11)