GCAT5.0 released

This commit is contained in:
Minh
2015-04-10 15:12:45 -05:00
commit 67544a10e6
257 changed files with 61661 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
\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
}