powered by
Generic function to return the number of observations made thus far.
counts(d)
Dist object representing the distribution.
Numeric giving the number of observations.
# NOT RUN { d <- Dist(5) counts(d) # 0 d <- Dist(c(1, 0, 3, 2)) counts(d) # 6 # }
Run the code above in your browser using DataLab