我的问题是,如何在ggiNEXT图形中编辑X和Y轴的标签?
data(spider)
str(spider)
out=iNEXT(spider, q=0, datatype="abundance")
spider_plot=ggiNEXT(out, type=1, facet.var="site", color.var="order")
spider_plot
答案 0 :(得分:0)
m_pQrs = new QRotationSensor(this);
m_pQrs->setAxesOrientationMode(QSensor::UserOrientation);
m_pQrs->setUserOrientation(90);
qDebug() << "currentOrientation " << m_pQrs->currentOrientation(); // 0
qDebug() << "isFeatureSupported " << m_pQrs->isFeatureSupported(QSensor::AxesOrientation); // false
是iNEXT对象的ggplot2扩展。这只是意味着创建对象后,您可以使用ggplot2命令来操纵绘图。
ggiNEXT