quantile.mc: Quantiles of a mc Object

Description Usage Arguments Details Value See Also Examples

View source: R/quantile.mc.R

Description

Evaluates quantiles of a mc object. This function is used by plot.mc

Usage

1
2
3
4
## S3 method for class 'mc'
quantile(x, probs=seq(0, 1, 0.01), lim=c(0.025, 0.975), na.rm=TRUE, ...)
## S3 method for class 'mcnode'
quantile(x, ...)

Arguments

x

a mc objects

probs

the quantiles to be calculated

na.rm

TRUE or FALSE

lim

a vector of numbers (between 0 and 1) indicating the enveloppe. Maybe NULL or empty.

...

For generic method consistancy.

Details

The quantiles are evaluated in the variability dimension. Then, the median, the mean and the lim quantiles are evaluated for each of these quantiles.

Value

A list of quantiles.

See Also

plot.mc, quantile.

Examples

1
2
3

mc2d documentation built on July 5, 2021, 3:01 p.m.