willwerscheid / flashier

A faster and angrier package for EBMF.
https://willwerscheid.github.io/flashier/
Other
10 stars 12 forks source link

Add column names to F, L outputs #120

Open pcarbo opened 6 months ago

pcarbo commented 6 months ago

@willwerscheid We may have discussed this before, but it would be helpful if flashier automatically added column names to the factors (the F and L outputs). Otherwise, you often have to add column names manually (e.g., when creating plots using ggplot2).

In fastTopics, I set the column names to paste0("k",1:K), but it could be something else.