Learn R Programming

rv (version 0.949)

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"), although you should always use detachrv()

References

Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.

Examples

Run this code
library(rv)
   detachrv()

Run the code above in your browser using DataLab