The R Project SVN R

Rev

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

Rev 68948 Rev 71366
Line 71... Line 71...
71
 
71
 
72
    \item{\code{signature(.Object = "signature")}}{
72
    \item{\code{signature(.Object = "signature")}}{
73
      This is a method for internal use only.
73
      This is a method for internal use only.
74
      It takes an optional \code{functionDef} argument to provide a
74
      It takes an optional \code{functionDef} argument to provide a
75
      generic function with a \code{signature} slot to define the
75
      generic function with a \code{signature} slot to define the
76
      argument names.  See \link{Methods} for details.
76
      argument names.  See \link{Methods_Details} for details.
77
    }
77
    }
78
  }
78
  }
79
}
79
}
80
\section{Writing Initialization Methods}{
80
\section{Writing Initialization Methods}{
81
  Initialization methods provide a general mechanism corresponding to
81
  Initialization methods provide a general mechanism corresponding to