aboutsummaryrefslogblamecommitdiff
path: root/NAMESPACE
blob: 18adb9c54be0f47c3510ee17cdbeba18a796d900 (plain) (tree)
1
2
3
4
5
6
7
8
                                                       
                        
 
                        


                       
                       


                     

                                
 
                         

                    
 

                              
 

        
           


          
 





                              
                             
# Export all names except for those starting with a dot
exportPattern("^[^\\.]")

S3method(print, mkinmod)
S3method(print, mkinds)
S3method(print, nafta)

S3method(plot, mkinfit)
S3method(plot, mmkin)
S3method(plot, nafta)

S3method(summary, mkinfit)
S3method(print, summary.mkinfit)

S3method(logLik, mkinfit)
S3method("[", mmkin)
S3method(AIC, mmkin)

S3method(mkinpredict, mkinmod)
S3method(mkinpredict, mkinfit)

import(
  stats,
  graphics,
  inline,
  parallel
)

importFrom(deSolve, ode)
importFrom(methods, signature)
importFrom(R6, R6Class)
importFrom(grDevices, dev.cur)
importFrom(plyr, join)
importFrom(utils, write.table)
importFrom(numDeriv, hessian)

Contact - Imprint