R/plugin.R

Defines functions rgl.quit

Documented in rgl.quit

##
## R source file
## This file is part of rgl
##
##

##
## quit R plugin
## 
##

rgl.quit <- function() {

  unloadNamespace("rgl")

}

Try the rgl package in your browser

Any scripts or data that you put into this service are public.

rgl documentation built on Feb. 1, 2021, 3:01 a.m.