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 kerman@stat.columbia.edu http://www.stat.columbia.edu/~kerman
Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.
## Not run: library(rv) detachrv() ## End(Not run)