R/cluster_functions.R
structure_format.Rd
structure_format
converts majorities output to structure format.
structure_format(majorities_csv)
Character vector. Name of the majorities and ties csv.
a csv in "structure" format of the majority data.
Takes the majorities and ties csv, from running
majorities
and converts to a "structure" format which is
saved as a csv to the `results/finalised/` sub-directory.
if (FALSE) {
structure_format(majorities_csv = "hclust_numerical_mismatch_h4_group_majorities_and_ties.csv")
}