Sets or retrieves parameters of the rv
package.
rvpar(...)
arguments in tag = value form, or a list or character vector of tagged values. The available tags are described below.
In the case of a single tag query, the requested value. In the case of multiple tag query, a list of requested values.
color of a random point (interval), such as 'red' or 'blue'
middle interval expansion factor
line weight of a random interval
number of digits to show in the summaries
what to output when plotting a random point;
default list("95%", "50%", "mean")
number of
points to plot when plotting a rv-rv scatterplot. Default 400
.
number of lines to draw when plotting a random sample of
lines (see abline
). Default 20
.
logical; output dimnames in the summary of an
rv
object? Default TRUE
.
vector of quantiles to compute for the
summary of a numeric rv
object.
vector of quantiles to compute for the
summary of an integer-valued rv
object. By default contains 0 and 1
(for the min and max values).
Kerman, J. and Gelman, A. (2007). Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Statistics and Computing 17:3, 235-244.
See also vignette("rv")
.
rvpar()$rvcol
#> [1] "default"
rvpar("rvcol")
#> [1] "default"