英文: Shared library is not recognized when using parallel foreach in R 问题 你在我的R代码中使用了一个用C语言编写的共享库。我使用...
R Shiny selectInput – 预选列表仅以输入字段中的字母开头。
英文: R shiny selectInput - preselect list begins only with the letters written in inputfield 问题 抱歉,由于...
基于外部列表的条件单元格高亮显示
英文: Conditional cell highlighting based on external list 问题 以下是您要翻译的内容: 我想在数据表中突出显示满足以下条件的单元格,即其值包含在...
从数据框中筛选日期时出现错误。
英文: error while filtering the date from data frame 问题 我有一个包含多个日期列的大数据框,我试图在日期列中过滤出今天的日期,但无法过滤,因为我收到了...
选择多边形最长边上的一个随机点。
英文: Select a random point along the longest edges of a polygon 问题 我有一个形状文件,其中包含许多表示农场上田地的多边形。在现实生活中进...
如何在R terra中获取最近的NA单元格的索引的SpatRaster?
英文: How to get a SpatRaster of indices of the nearest NA cell in R terra? 问题 从数字高程模型中,我尝试生成水流和其周围地形高...
data.table的排序结果与基本R不一致,导致意外结果。
英文: data.table ordering gives unexpected results inconsistent with base R 问题 我注意到了一些与 data.table 有关的...
如何分组和合并数据
英文: How to group and combine data 问题 我无法合并数据框中的行。 我有这样的输入: element tool time disease AAK1 SE 12 SARS...
如何迭代数据框列名以进行方差分析?
英文: How can I iterate dataframe column names for ANOVA? 问题 我有一个数据框架 bbb <- as.data.frame(list...
添加一列,指示是否存在多列中至少一个匹配值。
英文: Add a column indicating whether at least one matching value exists across multiple columns 问题 我正...
298