Open jsilve24 opened 5 years ago
If a user uses name_categories(X) <- vector_of_names those names should be used if use_names is true in any function (i.e., plot.mongrelfit) rather than just regenerating new names.
name_categories(X) <- vector_of_names
plot.mongrelfit
Unclear how to make this work currently.
If a user uses
name_categories(X) <- vector_of_names
those names should be used if use_names is true in any function (i.e.,plot.mongrelfit
) rather than just regenerating new names.Unclear how to make this work currently.