speedyseq icon indicating copy to clipboard operation
speedyseq copied to clipboard

Add optional parameter to `psmelt()` to set column names

Open mikemc opened this issue 4 years ago • 0 comments

E.g. the user could call

psmelt(ps, c("taxon", "sample", "abundance"))

to name the first three columns ("taxon", "sample", "abundance") instead of the default ("OTU", "Sample", "Abundance").

mikemc avatar Jul 04 '20 15:07 mikemc