File: FormulaParts-class.Rd

package info (click to toggle)
r-cran-modeltools 0.2-23-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 184 kB
  • sloc: sh: 39; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\name{FormulaParts-class}
\docType{class}
\alias{FormulaParts-class}

\title{Class "FormulaParts"}
\description{A class describing the parts of a formula.}
\section{Objects from the Class}{
    Objects can be created by calls of the form \code{new("FormulaParts", ...)}.
}
\section{Slots}{
  \describe{
    \item{\code{formula}:}{Object of class \code{"list"}.}
  }
}
\section{Methods}{
No methods defined with class "FormulaParts" in the signature.
}
\keyword{classes}