The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 71366
Line 66... Line 66...
66
 
66
 
67
"namedList" # the alternative to "list" that preserves
67
"namedList" # the alternative to "list" that preserves
68
            # the names attribute
68
            # the names attribute
69
}
69
}
70
\section{Objects from the Classes}{
70
\section{Objects from the Classes}{
71
  If a class is not virtual (see section in \code{\link{Classes}}),
71
  If a class is not virtual (see section in \code{\link{Classes_Details}}),
72
  objects can be created by calls of the form \code{new(Class, ...)},
72
  objects can be created by calls of the form \code{new(Class, ...)},
73
  where \code{Class} is the quoted class name, and the remaining
73
  where \code{Class} is the quoted class name, and the remaining
74
  arguments if any are objects to be interpreted as vectors of this
74
  arguments if any are objects to be interpreted as vectors of this
75
  class.  Multiple arguments will be concatenated.
75
  class.  Multiple arguments will be concatenated.
76
 
76