sym.histogram.pca: sym.histogram.pca

View source: R/sym.histogram.pca.r

sym.histogram.pcaR Documentation

sym.histogram.pca

Description

sym.histogram.pca

Usage

sym.histogram.pca(sym.hist.matrix, BIN.Matrix, method = NULL)

Arguments

sym.hist.matrix

A Histogram matrix

BIN.Matrix

A matrix with the number of bins for each individual and variable

method

Weigthed Method

Value

Histogram PCA

Author(s)

Jorge Arce Garro

Examples

## 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)


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