英文: Calculating True Prevalence (when apparent prevalence estimates are too low or too high) - avoid...
如何在R中创建一个带有次要分组Y轴的条形图?
英文: How to create a bar plot with a secondary grouped y-axis in R? 问题 我想创建一个类似以下数据的条形图: 卫星 参考文献 原位观测...
Str_extract是dplyr/sql查询的替代方法。
英文: Str_extract alternative for dplyr/sql query 问题 我尝试通过使用str_extract或等效的stri_extract_all_regex函数与st...
从字符串中删除ASCII控制字符
英文: Remove ASCII control characters from string 问题 我有一个包含字符串值的数据框,其中的一列包含字符串值。其中一些字符串是字符和日期的组合,一些是字符...
可以从服务器端的R Shiny应用程序对本地文件进行更改吗?
英文: Is it possible to make changes to a local file from a server-side R Shiny app? 问题 问题 我正在制作一个允许人们...
在R中绘制相对时间轴
英文: Illustrating relative timeline in R 问题 我有一个包含两列的数据框:los 表示特定事件的停留时间,daysbetweenevent。我想要创建一个可视化图...
创建特定条件的计数表,然后在R中添加一个列,该列按整体分组计数。
英文: Create count table for specific condition and then add column that creates count by group as a w...
左连接并保留唯一值
英文: left join and keep unique values 问题 我想将这两个数据框根据Country进行左连接,以便我可以获得每个国家的每个League。我不能在**left_join...
如何在R中高效读取与矢量数据相交的栅格数据的一部分?
英文: How to efficiently read part of raster data intersecting with vector data in R? 问题 给定一个大型栅格数据集(r...
执行一个包含字符字符串的变异函数。
英文: Performing a mutate function incorporating character strings 问题 这是我的数据框: data.frame( condition =...
298