powered by
Infer discret values to nodes for lm_piecharts function.
pass_infos_discret(M, value)
A dataframe containing the TaxIDs and as many columns as there are distinct values.
The dataframe returned by create_matrix.
The column name represented as piecharts.
data(LM_eukaryotes) infos <- create_matrix(LM_eukaryotes$df, "Status") inferred_values <- pass_infos_discret(M = infos, value = "Status")
Run the code above in your browser using DataLab