abline {rv} | R Documentation |
abline
, with random arguments,
plots a sample of lines corresponding to
of simulations of rv object x
.
abline (a = NULL, b = NULL, h = NULL, v = NULL, ...)
a |
... |
b |
... |
h |
... |
v |
.. |
... |
further arguments passed to or from other methods |
This is a version of abline
that accepts random variable objects
for the arguments a
, b
, h
, or v
.
The number of lines is determined by
rvpar("line.sample")
, default 20.
The original help page is here: abline
.
EXPERIMENTAL.
Jouni Kerman jouni@kerman.com
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")
.
## Not run: demo("rvexample1") ## End(Not run)