# Generated by roxygen2: do not edit by hand

S3method(all_easylinear,data.frame)
S3method(all_easylinear,formula)
S3method(all_growthmodels,"function")
S3method(all_growthmodels,formula)
S3method(all_splines,data.frame)
S3method(all_splines,formula)
S3method(names,growthmodel)
export(all_easylinear)
export(all_growthmodels)
export(all_splines)
export(cost)
export(extcoef_logistic)
export(fit_easylinear)
export(fit_growthmodel)
export(fit_spline)
export(grow_baranyi)
export(grow_exponential)
export(grow_genlogistic)
export(grow_gompertz)
export(grow_gompertz2)
export(grow_gompertz3)
export(grow_huang)
export(grow_logistic)
export(grow_richards)
export(grow_twostep)
export(growthmodel)
export(lm_parms)
export(lm_window)
export(ode_genlogistic)
export(ode_twostep)
export(parse_formula)
export(parse_formula_nonlin)
export(predict)
export(rsquared)
exportClasses(easylinear_fit)
exportClasses(function_growthmodel)
exportClasses(growthmodel)
exportClasses(growthrates_fit)
exportClasses(multiple_easylinear_fits)
exportClasses(multiple_fits)
exportClasses(multiple_nonlinear_fits)
exportClasses(multiple_smooth.spline_fits)
exportClasses(nonlinear_fit)
exportClasses(smooth.spline_fit)
exportMethods("[")
exportMethods("[[")
exportMethods("names<-")
exportMethods(coef)
exportMethods(deviance)
exportMethods(df.residual)
exportMethods(lines)
exportMethods(multisplit)
exportMethods(names)
exportMethods(obs)
exportMethods(plot)
exportMethods(predict)
exportMethods(residuals)
exportMethods(results)
exportMethods(rsquared)
exportMethods(summary)
import(FME)
import(graphics)
import(lattice)
import(methods)
import(parallel)
import(stats)
importFrom(deSolve,ode)
importFrom(utils,type.convert)
useDynLib(growthrates)
