blob: d232331a8b52f1c27c6daa5385c49e441b1c2285 (
plain) (
tree)
|
|
# Export all names
exportPattern(".")
S3method(plot, mkinfit)
S3method(summary, mkinfit)
S3method(print, summary.mkinfit)
S3method(plot, mmkin)
S3method("[", mmkin)
import(
stats,
graphics,
FME,
deSolve,
minpack.lm,
rootSolve,
inline,
parallel
)
|