Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
5 |
pdel |
1 |
.BdplotEnv <- new.env(parent=emptyenv())
|
|
|
2 |
.bdgetpars <- function() get(".BDPars", .BdplotEnv, inherits=FALSE)
|
|
|
3 |
.bdsetpars <- function(value) assign(".BDPars", value, envir=.BdplotEnv)
|
|
|
4 |
|
|
|
5 |
.bdgetdefpars <- function() get(".BDPars.default", .BdplotEnv, inherits=FALSE)
|
|
|
6 |
.bdsetdefpars <- function(value) assign(".BDPars.default", value, envir=.BdplotEnv)
|
|
|
7 |
|
|
|
8 |
|
|
|
9 |
|