我正在尝试使用plot_ordinate
函数制作 NDMS 图,但phyloseq
我不断收到此错误。它以前对我有用。这是我的代码。
dist <- phyloseq::distance(rf.indpig.decomp, method="bray")
ordination <- ordinate(rf.indpig.decomp, method="NDMS",
distance=dist)
plot_ordination(rf.indpig.decomp, ordination,
color="decomp.stage",shape="location")
input$map_loaded 中的错误:未为此 S4 类定义 $ 运算符;
我收到此反馈后plot_ordination