detachrv {rv} | R Documentation |
detachrv
detaches the rv package and restores the original
functions in base
, graphics
and stats
packages.
detachrv()
Currently equivalent to detach("package:rv")
,
although you should always use detachrv()
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: library(rv) detachrv() ## End(Not run)