Also, the proto and R.oo packages provide object oriented ways of working with environments.
On 4/26/06, Prof Brian Ripley <[EMAIL PROTECTED]> 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. > > > > ______________________________________________ > > [email protected] 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, [EMAIL PROTECTED] > 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 > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
