| where.env {asreml} | R Documentation |
Search for an object
Description
Function that search for an object in an environment hierarchy.
Usage
where.env(name, env = parent.frame(), alt.env = NULL)
Arguments
name |
The name of the object of interest. If the object is not
found then an error message is printed and execution
terminated via |
env |
The environment to start searching in (if not found
in this environment it traverses up the tree, so it looks
next in the parent of |
alt.env |
An alternative environment to search in, if name is not
found in |
[Package asreml version 4.2.0.480 Index]