File: plugin.R

package info (click to toggle)
rgl 0.64.13-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,676 kB
  • ctags: 927
  • sloc: cpp: 5,139; sh: 2,643; makefile: 91
file content (19 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
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,v 1.1 2003/06/04 07:46:44 dadler Exp $
##

##
## quit R plugin
## 
##

rgl.quit <- function() {

  detach(package:rgl)

}