英文: How can I add a column with values from a list, iterating in a data frame over factor levels? 问题...
fisher exact test for 2 consecutive rows in data frame R
英文: fisher exact test for 2 consecutive rows in data frame R 问题 For the given data frame, you want t...
使用ggimage在R中将图像添加到标签中
英文: Using ggimage to add images to labels in R 问题 以下是您要翻译的内容: 有没有办法在饼图中使用geom_image来替换文本标签为图像? 我尝试使用...
In R leaflet interactive map, all my values get incorrectly displayed (while values inside data frames are all correct)
英文: In R leaflet interactive map, all my values get incorrectly displayed (while values inside data ...
如何使用dplyr(1.1.0)中的across()与共享参数的函数列表。
英文: How to use dplyr (1.1.0) across() with list of functions using shared arguments 问题 ##### 使用虚拟数据和...
在列表中迭代管道上的对象
英文: Iterating a pipe over objects in a list 问题 我有一系列的数据框,我想使用管道运行几个函数。我创建了一个对象列表如下(实际上大约有30个对象): a &...
After_stat() 和 glue() 不能一起使用。
英文: After_stat() and glue() do not work together 问题 我想使用 plotly::ggplotly() 创建一个图表。 这个方法运行正常。 librar...
如何在ggplot中重新排序以数字+字符串作为刻度标签的数字?
英文: How to reorder numbers+string used as ticker in ggplot? 问题 我尝试重新排列我的x轴刻度,使它们按照如下方式排列:DQQ1、DQQ2、D...
颠倒若干列的内容顺序(最好在tidyverse中实现)。
英文: Reverse the content order of several columns (ideally in tidyverse) 问题 假设以下数据: df <- data.fra...
Is there a way to summarise by percentage in R while including the data in a new data frame?
英文: Is there a way to summarise by percentage in R while including the data in a new data frame? 问题 ...
14