Learn R Programming

MultBiplotR (version 23.11.0)

ExpandTable: Expands a compressed table of patterns and frequencies

Description

Expands a compressed table of patterns and frequencies

Usage

ExpandTable(table)

Value

A matrix with the original data

Arguments

table

A compressed table of patterns and frequencies

Author

Jose Luis Vicente Villardon

Details

To simplify the calculations of some of the algorithms we compress the tables by searching for the distinct patterns and its frequencies. This function recovers the original data. It serves also to assign the corrdinates on the biplot to the original individuals.

Examples

Run this code
##---- Should be DIRECTLY executable !! ----

Run the code above in your browser using DataLab