英文: How to ungz various .gz files kept in different folders? 问题 I can help with the translation: 我有各...
使用数据表在包开发中:未定义的全局函数或变量
英文: using data.table in package development: Undefined global functions or variables 问题 以下代码在我正在开发的包...
httr将工作中的Python连接翻译为R。
英文: httr translating working python connection to r 问题 Here's the translation of the code parts you ...
My R plot of a time series is contradictory with the same plot on a larger time span, why is that?
英文: My R plot of a time series is contradictory with the same plot on a larger time span, why is tha...
使用R中的sf合并一些多边形边界。
英文: Merging some of the polygon boundaries using sf in R 问题 我正在尝试从这个geojson文件中绘制边界。 我可以使用R中的sf绘制所有边界...
如何在2-way facet_grid中删除空面板?
英文: How to remove empty panel in 2-way facet_grid? 问题 我想要移除 ggplot 2-way facet_grid 中的整个面板。我从这里这个问题中...
how to add a box containing text (mean=….,sigma=…) in the left side and a horizontally laied histogramm in the right side of a plot in r?
英文: how to add a box containing text (mean=....,sigma=...) in the left side and a horizontally laied...
R使用自相关进行缺失值插补。
英文: R imputation of missing value using autocorrelation 问题 我正在尝试填补两个缺失值。我的讲师建议使用与以下阶段的最大自相关性的结果: 1. ...
使用ggplot和R如何获取多项式回归方程?
英文: How do you get the equation of polynomial regression using ggplot and R? 问题 Here's the translate...
在R中如何使用”rank”或其他类似的分组函数与条件结合使用。
英文: Finding how to use "rank" or other similar grouping functions with conditionals in R 问...
298