Files
2015-GCAT/R/GCAT/man/model.Rd
T

25 lines
438 B
R
Raw Normal View History

2015-06-26 15:04:35 -05:00
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/class.model.R
2015-04-10 15:12:45 -05:00
\name{model}
\alias{model}
\title{Model}
\usage{
model(name, expression, formula, guess)
}
\arguments{
\item{name}{The name of the model}
\item{expression}{Expression of the model}
\item{formula}{The formula of this model}
\item{guess}{The guess of this model}
}
\value{
The new model
}
\description{
Function to create a new model
}