View source: R/HistRSDAToEcdf.r
HistRSDAToEcdf | R Documentation |
HistRSDAToEcdf
HistRSDAToEcdf(h)
h |
A matrix of histograms |
Transformation in Ecdf object
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.2<-quantiles.RSDA.KS(pca.hist$sym.hist.matrix.PCA,100)
h<-Hardwood.quantiles.PCA.2[[1]][[1]]
HistRSDAToEcdf(h)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.