powered by
# S3 method for intervals quantile(x, q = c(0.125, 0.5, 0.875), ...)
data(pgm) intervs <- intervals(composite(pgm)) quantile(intervs) # Or you can pass in your own quantiles: quantile(intervs, q = c(0.25, 0.5, 0.75))
Run the code above in your browser using DataLab