The R Project SVN R

Rev

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

Rev 56219 Rev 56280
Line 62... Line 62...
62
 
62
 
63
"ANY"  # virtual classes used by the methods package itself
63
"ANY"  # virtual classes used by the methods package itself
64
"VIRTUAL"
64
"VIRTUAL"
65
"missing"
65
"missing"
66
 
66
 
67
"namedList" # the alternative to "list" that preserves the names attribute
67
"namedList" # the alternative to "list" that preserves
-
 
68
            # the names attribute
68
}
69
}
69
\section{Objects from the Classes}{
70
\section{Objects from the Classes}{
70
  Objects can be created by calls of the form \code{new(Class, ...)},
71
  Objects can be created by calls of the form \code{new(Class, ...)},
71
  where \code{Class} is the quoted class name, and the remaining
72
  where \code{Class} is the quoted class name, and the remaining
72
  arguments if any are objects to be interpreted as vectors of this
73
  arguments if any are objects to be interpreted as vectors of this