R/tree_believability.R
cell_states_to_strings.Rd
Converts a long format states dataframe into 1 row per cell with all states converted to a letter string.
cell_states_to_strings( states_df, states_col = "state", cell_id_col = "cell_id" )
a dataframe with states for each bin for cells (or whatever the tree tips are)
name of the column with state values
name of the column with the cell ids (tree tip names)