Description Usage Arguments Details Author(s) References Examples
abline.rv, with random arguments (i.e. arguments of which at least
one is an rv object), plots a sample of lines corresponding to of
simulations of rv object x. If the arguments are all numeric (none
is an rv object), the function call is passed on to abline.
1 |
a |
intercept |
b |
slope |
h |
y-value(s) horizontal line(s) |
v |
x-value(s) horizontal line(s) |
... |
further arguments passed to |
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.
See the original help page in package ‘graphics.’
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").
1 2 3 4 | ## Not run:
demo("rvexample1")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.