microbiome / mia

Microbiome analysis
https://microbiome.github.io/mia/
Artistic License 2.0
50 stars 27 forks source link

Update relabundance.R #355

Closed neyjay12 closed 1 year ago

neyjay12 commented 1 year ago

The code has been commented on. The function's intent was explained, and a deprecation warning and suggested replacement were also provided. An example of its use was given, and its input and output were described. To further specify which functions are being imported and exported, the @importFrom and @export tags were included.