envir_stacomi envir_stacomi <- new.env(parent = baseenv())
is the
environment where most object created by the interface are stored
This is where the graphical interface stores its objects
try ls(envir=envir_stacomi)
This is where the graphical interface stores its objects
try ls(envir=envir_stacomi)
envir_stacomienvir_stacomi
envir_stacomi
An object of class environment
of length 0.
An object of class environment
of length 0.
An object of class environment
of length 0.
Cedric Briand cedric.briand@eptb-vilaine.fr