Skip to contents

Constructs a new Histogram object

Usage

new_Histogram(
  histogram_data = NULL,
  interval_start = NULL,
  interval_end = NULL,
  bin_width = NULL,
  region_id = NULL,
  class = character(),
  ...
)

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 bin width of the histogram intervals

region_id

character identifier for the region of interest

class

child class names, in addition to Histogram

...

additional parameters, allowing child classes to be built

Value

a Histogram object