Arguments
- x
Numeric or character: vector of x-coordinates. See
flexiplot
.- y
Numeric: a matrix having as many rows as
x
and an even number of columns, with one column per quantile. Typically these quantiles have been obtained withPr
ortailPr
, as their$quantiles
value. This value is a three-dimensional array, and one of its columns (corresponding to the possible values of theX
argument ofPr
) or one of its rows (corresponding to the possible values of theY
argument ofPr
) should be selected before being used asy
input.- xdomain
Character or numeric or
NULL
(default): vector of possible values of the variable represented in the x-axis, if thex
argument is a character vector. The ordering of the values is respected. IfNULL
, thenunique(x)
is used.- alpha.f
Numeric, default 0.25: opacity of the quantile bands,
0
being completely invisible and1
completely opaque.- col
Fill colour of the quantile bands. Can be specified in any of the usual ways, see for instance
col2rgb
. Default9
.- border
Fill colour of the quantile bands. Can be specified in any of the usual ways, see for instance
col2rgb
. IfNA
(default), no border is drawn.- ...
Other parameters to be passed to
flexiplot
.