R/aaa.R

Defines functions putFrF2 getFrF2

### global variables for avoiding R CMD check notes
### is needed because of file estimable.R
## if (getRversion() >= '2.15.1') globalVariables(".FrF2.currentlychecked")

## create package environment
FrF2Env <- new.env()
getFrF2 <- function(nam) get(nam, envir=FrF2Env) 
putFrF2 <- function(nam, obj) assign(nam, obj, envir=FrF2Env) 

Try the FrF2 package in your browser

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

FrF2 documentation built on Sept. 20, 2023, 9:08 a.m.