aboutsummaryrefslogblamecommitdiff
path: root/NAMESPACE
blob: 458d5310d270098e98c5a900ab28be6a9e980237 (plain) (tree)
1
2
3
4
5
6
7
8
9

                  
                       
                        


                                

                     
 
       

             
      
             
            

          
 

                              
                       
                              
# Export all names
exportPattern(".")
S3method(print, mkinds)
S3method(print, mkinmod)
S3method(plot, mkinfit)
S3method(summary, mkinfit)
S3method(print, summary.mkinfit)
S3method(plot, mmkin)
S3method("[", mmkin)

import(
  stats,
  graphics,  
  FME,
  minpack.lm,
  rootSolve,
  inline,
  parallel
)
importFrom(deSolve, ode)
importFrom(methods, signature)
importFrom(R6, R6Class)
importFrom(grDevices, dev.cur)

Contact - Imprint