1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# 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 )
Contact - Imprint