putToEnv {mrbin} | R Documentation |
This function can change variables in the current package environment. This may be helpful for debugging or for some plotting functions.
putToEnv(variableList)
variableList |
A list containing all objects to be saved in the local package environment. |
None
putToEnv(list(bins=NULL))