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()<- should check the values, not keys #55

Closed jlehtoma closed 8 years ago

jlehtoma commented 8 years ago

Currently, groupnames()<- does the following:

Check that the keys actually are found in codes

This should be the other way around; check that the codes are found in the keys.

jlehtoma commented 8 years ago

Fixed in 9b842b9054a09f40c63d58b912174512a3c143a0