Hi there,
I went to use the plot_richness function in phyloseq, but got the following error message:
Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 't': function accepts only integers (counts).
I confirmed that multiple_rarrefy converts the integer counts into non-integer counts (decimals). Is there a way around this, besides rounding the numbers in the table?
Thanks!
Hi there,
I went to use the
plot_richnessfunction in phyloseq, but got the following error message:Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 't': function accepts only integers (counts).I confirmed that
multiple_rarrefyconverts the integer counts into non-integer counts (decimals). Is there a way around this, besides rounding the numbers in the table?Thanks!