Learn R Programming

R.oo (version 1.2.7)

getEnvironment.Object: Gets the environment of this object

Description

Gets the environment of this object. This is the environment where the members of the Object are stored.

Usage

## S3 method for class 'Object}(fun, ...)':
getEnvironmentundefined

...{Not used.}

Returns an environment.

ll(R.oo)
  ll(envir=getEnvironment(R.oo))

[object Object]

For more information see Object.



internal
methods
programming

Arguments