The R Project SVN R

Rev

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

Rev 56184 Rev 56186
Line 3... Line 3...
3
% Copyright 1995-2007 R Core Development Team
3
% Copyright 1995-2007 R Core Development Team
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
\title{Class \code{"environment"}}
9
\title{Class \code{"environment"}}
9
\description{ A formal class for R environments.}
10
\description{ A formal class for R environments.}
10
\section{Objects from the Class}{
11
\section{Objects from the Class}{
11
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", ...)}.
12
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