英文: Show sqrt(y) ~ assign(sqrt(x)) relationship with `stat_poly_eq`, `stat_fit_tb` or `stat_fit_tidy...
盒图的数量不准确。如何修复?
英文: Number of boxplots are inaccurate. How to fix it? 问题 请问有人能帮助我弄清楚我的ggplot2箱线图出了什么问题吗? 我的数据框如下所示: ...
混合效应的mle2模型在R中。
英文: mixed effects mle2 model r 问题 我需要将一个Ricker模型拟合到具有每个地区随机效应的数据中,然后绘制输出。我使用了https://stackoverflow.c...
如何在R中创建一个带有次要分组Y轴的条形图?
英文: How to create a bar plot with a secondary grouped y-axis in R? 问题 我想创建一个类似以下数据的条形图: 卫星 参考文献 原位观测...
这个箱线图中的这些点是什么意思?
英文: What are these dots in this boxplot? 问题 我为一个数据集创建了一个箱线图,并没有使用geom_jitter函数。但是在图中仍然有点出现。它们是统计值吗?为...
将sf几何图形与转换后的几何图形合并。
英文: Combine sf geometry with transformed geometry 问题 我正在使用R复制xkcd的“Bad Map Projection: ABS(Longitude...
从多边形质心画一条线到最大距离边界在R中
英文: Draw a line from polygon centroid to maximum distance border in R 问题 我有德国邮政编码的多边形形状数据。对于每个邮政编码,我...
改变图表的位置
英文: Changing the position of a graph 问题 现在只有T1和T2两个变量,但我希望它继续增加,图形保持在侧边 但图形不断添加到底部 我该怎么办? 我使用了这段代码。 ...
使用scale_y_continuous为另一个图添加次要轴
英文: Adding a secondary axis for another plot using scale_y_continous 问题 以下是要翻译的部分: "I created s...
如何确保使用gganimate进行geom_segment()的平滑过渡?
英文: How do I ensure a smooth transition for geom_segment() using gganimate? 问题 以下是代码部分的翻译: library(g...
49