View source: R/sym.histogram.pca.r
sym.histogram.pca | R Documentation |
sym.histogram.pca
sym.histogram.pca(sym.hist.matrix, BIN.Matrix, method = NULL)
sym.hist.matrix |
A Histogram matrix |
BIN.Matrix |
A matrix with the number of bins for each individual and variable |
method |
Weigthed Method |
Histogram PCA
Jorge Arce Garro
## Not run:
data("hardwoodBrito")
Hardwood.histogram<-hardwoodBrito
weighted.center<-weighted.center.Hist.RSDA(Hardwood.histogram)
M<-length(Hardwood.cols)
N<-length(Hardwood.names)
BIN.Matrix<-matrix(rep(3,N*M),nrow = N)
pca.hist<-sym.histogram.pca(Hardwood.histogram,BIN.Matrix)
pca.hist
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.