The R Project SVN R

Rev

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

Rev 26000 Rev 27625
Line 1... Line 1...
1
\name{new}
1
\name{new}
2
\alias{new}
2
\alias{new}
3
\alias{initialize}
3
\alias{initialize}
4
\title{ Generate an Object from a Class }
4
\title{ Generate an Object from a Class }
5
\description{
5
\description{
6
  Given the the name or the definition of a class, plus optionally data
6
  Given the name or the definition of a class, plus optionally data
7
  to be included in the object, \code{new} returns an object from that
7
  to be included in the object, \code{new} returns an object from that
8
  class.
8
  class.
9
}
9
}
10
\usage{
10
\usage{
11
new(Class, ...)
11
new(Class, ...)