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