File: plugin.R

package info (click to toggle)
rgl 0.80-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,508 kB
  • ctags: 10,065
  • sloc: ansic: 27,581; cpp: 14,088; sh: 3,062; makefile: 103
file content (19 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
##
## R source file
## This file is part of rgl
##
## $Id: plugin.R 376 2005-08-03 23:58:47Z dadler $
##

##
## quit R plugin
## 
##

rgl.quit <- function() {

  unloadNamespace("rgl")

}