Rev 26294 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
useDynLib(mva)export(as.dendrogram, as.dist, as.hclust, biplot, cancor, cmdscale,cophenetic, cutree, dist, factanal, hclust, heatmap, kmeans,loadings, order.dendrogram, plclust, prcomp, princomp, promax,rect.hclust, reorder, screeplot, varimax)## <FIXME>## These used to be exported ... still needed?## export("format.dist", "plot.hclust", "princomp.formula", "reorder.dendrogram, ")## </FIXME>## methods which are documented but not exported## export(as.hclust.default, as.matrix.dist,## biplot.princomp, cut.dendrogram,## identify.hclust, plot.dendrogram, plot.hclust,## print.dist, print.factanal,## print.loadings, print.summary.princomp, str.dendrogram,## summary.princomp)S3method("[[", dendrogram)S3method(as.dendrogram, hclust)S3method(as.hclust, default)S3method(as.hclust, twins)S3method(as.matrix, dist)S3method(biplot, default)S3method(biplot, princomp)S3method(cut, dendrogram)S3method(format, dist)S3method(identify, hclust)S3method(names, dist)S3method("names<-", dist)S3method(plot, dendrogram)S3method(plot, hclust)S3method(plot, prcomp)S3method(plot, princomp)S3method(predict, princomp)S3method(princomp, default)S3method(princomp, formula)S3method(print, dendrogram)S3method(print, dist)S3method(print, factanal)S3method(print, hclust)S3method(print, loadings)S3method(print, prcomp)S3method(print, princomp)S3method(print, summary.prcomp)S3method(print, summary.princomp)S3method(reorder, dendrogram)S3method(rev, dendrogram)S3method(str, dendrogram)S3method(summary, prcomp)S3method(summary, princomp)