EcologicalTraitData / traitdataform

A package to manage and compile functional trait data into predefined templates
https://ecologicaltraitdata.github.io/traitdataform/
Other
33 stars 9 forks source link

mutate.traitdata() #12

Closed fdschneider closed 7 years ago

fdschneider commented 7 years ago

I composed the function mutate.traitdata() to modify a traitdata object and add derived traits. Still open is the derivation of units for these traits: this requires units being given in the first place.

Since units can be provided in the trait standardization procedure, this is of minor importance.

This replaces issue #11.

fdschneider commented 7 years ago

The problem with this function is that it cannot combine further measurement level information, such as data source, aggregate statistics, units etc. into new content. (It might be possible to provide this for units though)