blob: decb895d8b3fddd09f4707aa474f1c6c47a909fd (
plain) (
tree)
|
|
# Export all names
exportPattern(".")
S3method(plot, mkinfit)
S3method(summary, mkinfit)
S3method(print, summary.mkinfit)
# Import packages listed as Imports or Depends
import(
FME,
deSolve,
minpack.lm,
rootSolve,
inline
)
|