ExpandTable function

Expands a compressed table of patterns and frequencies

Expands a compressed table of patterns and frequencies

ExpandTable(table)

Arguments

  • table: A compressed table of patterns and frequencies

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.

Returns

A matrix with the original data

Author(s)

Jose Luis Vicente Villardon

Examples

##---- Should be DIRECTLY executable !! ----
  • Maintainer: Jose Luis Vicente Villardon
  • License: GPL (>= 2)
  • Last published: 2023-11-21

Useful links