The R Project SVN R

Rev

Rev 42333 | Rev 56184 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42333 Rev 54540
Line 4... Line 4...
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{environment-class}
6
\name{environment-class}
7
\docType{class}
7
\docType{class}
8
\alias{environment-class}
8
\alias{environment-class}
9
\title{Class "environment" }
9
\title{Class \code{"environment"}}
10
\description{ A formal class for R environments.}
10
\description{ A formal class for R environments.}
11
\section{Objects from the Class}{
11
\section{Objects from the Class}{
12
Objects can be created by calls of the form \code{new("environment", ...)}.
12
Objects can be created by calls of the form \code{new("environment", ...)}.
13
The arguments in \dots, if any, should be named and will be assigned to
13
The arguments in \dots, if any, should be named and will be assigned to
14
the newly created environment.
14
the newly created environment.