cbig / zonator

Utility tools for for anybody interested in using a familiar tool (R) in setting up Zonation runs and managing Zonation results.
https://cbig.github.io/zonator/
13 stars 8 forks source link

Groupnames are not assigned correctly in zresults@grp.curves #54

Closed jlehtoma closed 8 years ago

jlehtoma commented 8 years ago

When group-specific performance data is read in by read_grp_curves() it assigns a running integer series name "group1", "group2", "group3" etc. independent of the actual groupIDs used. These should be checked and harmonized.

jlehtoma commented 8 years ago

Using groups()<- updates zvariant@results@grp.curves names, use this every time group curves data is read in.