View source: R/quantiles.RSDA.r
quantiles.RSDA | R Documentation |
quantiles.RSDA
quantiles.RSDA(histogram.matrix, num.quantiles)
histogram.matrix |
A matrix of histograms |
num.quantiles |
Number of quantiles |
Quantiles of a Histogram Matrix
Jorge Arce Garro
## Not run:
data("hardwoodBrito")
Hardwood.histogram<-hardwoodBrito
Hardwood.cols<-colnames(Hardwood.histogram)
Hardwood.names<-row.names(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)
Hardwood.quantiles.PCA<-quantiles.RSDA(pca.hist$sym.hist.matrix.PCA,3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.