英文: Calculate percentage of occurrence of a factor of the total amount of occurrences of a group fac...
数据帧中的序列检测
英文: Sequence detection in data.frame 问题 我有一个数据框(tibble)。我正在寻找一种检测数据中特定变量序列的方法。在这个示例中有3个变量,但可以有数十个。我展...
Simplify R scripts to load multiple SpatVectors, SpatRaster and then mask the spatial rasters by using SpatVectors
英文: Simplify R scripts to load multiple SpatVectors, SpatRaster and then mask the spatial rasters by...
如何仅替换字符串中仅出现在单位字符中的前导数字
英文: How replace just leading number for a string where those characters appear also as unit 问题 我有以下的...
如何使用数据框中的字典来替换字符串中的特定字符串?
英文: How to replace specific string within string using dictionary from data frame? 问题 listn2 <- s...
使用FOR循环中的group_by来创建前导变量
英文: Using group_by in a FOR loop to create lead variables 问题 我需要基于数据集中的多个变量创建一组导向变量。虽然我可以在不使用循环的情况下完...
计算嵌套/分割对象上的基尼指数
英文: Compute Gini Index on a nested/rsplit object 问题 我使用了rsample::bootstraps函数来创建一个嵌套对象,就像下面这样: Sampl...
如何编写/覆盖自己的赋值函数,就像`names<-`中那样?
英文: How to write/override your own assignment function as in `names<-`? 问题 受到 names<- 函数工作...
“Incomplete png with ggarrange” 只返回翻译好的部分。
英文: Incomplete png with ggarrange 问题 我有以下问题。我已经用ggarrange合并了两个图形,然后最终用ggsave保存了它们。不幸的是,.png文件看起来有点奇怪...
在R中将形状文件中的单元合并,同时保持其他单元粒度不变。
英文: Combine units in a shapefile while keeping others granular in R 问题 我有一个包含德国5位邮政编码的形状文件(shapefile...
298