rv (version 2.3.4)

detachrv: Detach the rv package

Description

detachrv detaches the rv package and restores the original functions in base, graphics and stats packages.

Usage

detachrv()

Arguments

Details

Currently equivalent to detach("package:rv").

References

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").

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
   library(rv)
   detachrv()
  
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace