powered by
Calculates the largest observation in the histogram dataset
# S4 method for HistDat max(x, ..., na.rm = FALSE)
An instance of the class HistDat
Passed verbatim to base::max()
base::max()
A numeric of length 1, holding the largest observation in the dataset
# NOT RUN { hd <- HistDat(vals = 1:3, counts = c(1, 2, 1)) max(hd) # returns 3 # }
Run the code above in your browser using DataLab