Revision bea0f6203c78ee704dca8deb7c74cc48e13ee950 authored by Matthias Templ on 15 May 2012, 15:35:41 UTC, committed by cran-robot on 15 May 2012, 15:35:41 UTC
1 parent 2849c21
Raw File
NAMESPACE
useDynLib(robCompositions)
importFrom(robustbase, ltsReg)
importFrom(rrcov, CovMcd, getCenter, getCov)
importFrom(car, scatterplotMatrix)
importFrom(MASS, parcoord, mvrnorm)
importFrom(utils, citation)

export(adjust, 
       aDist, 
       adtest, 
       adtestWrapper, 
       alr,           
       impRZalr, 
       clr,  
       constSum, 
       daFisher,   
       ilr, 
       impCoda, 
       impKNNa,
       impRZilr, 
       invalr, 
       invclr, 
       invilr, 
       outCoDa,
       pcaCoDa,
       pfa,
       robGUI,
       robVariation,
       ternaryDiag,
       ternaryDiagPoints,
       ternaryDiagLines,
       ternaryDiagAbline,
       ternaryDiagEllipse) 

S3method(plot, imp)
S3method(plot, outCoDa)
S3method(plot, pcaCoDa)
S3method(print, adtestWrapper)
S3method(print, daFisher)
S3method(print, imp)
S3method(print, outCoDa)
S3method(print, pcaCoDa)
S3method(summary, adtestWrapper)
S3method(summary, imp)
          
       
back to top