[R] new.frame()

Gabor Grothendieck ggrothendieck at gmail.com
Wed Apr 26 13:05:22 CEST 2006


Also, the proto and R.oo packages provide object oriented
ways of working with environments.

On 4/26/06, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote:
> ?new.env
> ?local
>
> should help you.  R works with environments, basically a frame plus an
> enclosure.
>
> On Wed, 26 Apr 2006, Anna Whitfield wrote:
>
> > Hello,
> >
> > I would like to know whether R has a homogeneous function
> > of S-plus's new.frame(), which create explicit frames in
> > the evaluator and provide a locale for computations that
> > can be shared among various functions.
> >
> > new.frame() in S-plus:
> > http://www.uni-muenster.de/ZIV/Mitarbeiter/BennoSueselbeck/s-html/helpfiles/new.frame.html
> >
> > Thanks.
> >
> > ______________________________________________
> > R-help at stat.math.ethz.ch mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
> >
>
> --
> Brian D. Ripley,                  ripley at stats.ox.ac.uk
> Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
> University of Oxford,             Tel:  +44 1865 272861 (self)
> 1 South Parks Road,                     +44 1865 272866 (PA)
> Oxford OX1 3TG, UK                Fax:  +44 1865 272595
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>




More information about the R-help mailing list