We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
老师您好: 我在使用phyloseq导入的数据绘制稀疏曲线时发生错误,请问如何解决? p_rare_nogroup <- ggrarecurve(ps_rarefied,indexNames= i,chunks=500,linesize = 0.5)+ theme(legend.spacing.y = unit(0.02,"cm"),legend.text = element_text(size=4))+ labs(y = "") + theme_bw() Error in if (obj %>% rowSums %>% var != 0 && !force) { : missing value where TRUE/FALSE needed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
老师您好:
我在使用phyloseq导入的数据绘制稀疏曲线时发生错误,请问如何解决?
p_rare_nogroup <- ggrarecurve(ps_rarefied,indexNames= i,chunks=500,linesize = 0.5)+
theme(legend.spacing.y = unit(0.02,"cm"),legend.text = element_text(size=4))+
labs(y = "") +
theme_bw()
Error in if (obj %>% rowSums %>% var != 0 && !force) { :
missing value where TRUE/FALSE needed
The text was updated successfully, but these errors were encountered: