Cited from "R in a Nutshell"
" An environment is is an R object that contains the set of symbols available in a given context, the objects associated with those symbols, and a pointer to a parent environment. The symbols and associated objects are called a frame."
"The parent environment of a function is the environment in which the function was created."
======================================
Cited from How R Searches and Finds Stuff
No comments:
Post a Comment