quantiles.RSDA {RSDA} | R Documentation |
quantiles.RSDA
Description
quantiles.RSDA
Usage
quantiles.RSDA(histogram.matrix, num.quantiles)
Arguments
histogram.matrix |
A matrix of histograms |
num.quantiles |
Number of quantiles |
Value
Quantiles of a Histogram Matrix
Author(s)
Jorge Arce Garro
Examples
## 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)
[Package RSDA version 3.2.1 Index]