quantiles.RSDA: quantiles.RSDA

View source: R/quantiles.RSDA.r

quantiles.RSDAR 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)

RSDA documentation built on Nov. 10, 2023, 5:06 p.m.