英文: Changing boxplot width (measuring multiple categorical variables) for categorical conditions wit...
将geom_col按特定顺序排列
英文: Putting geom_col in specific order 问题 我有一些(尽管有点混乱)的数据,正在尝试使用以下代码将其整理成一个图表。有两个问题困扰着我。 1)我想要更改图表中t...
使用花括号来引用自定义函数内部有条件定义的表达式中的列名是无效的。
英文: R: using curly braces referring to column name within a conditionally-defined expression inside ...
将多个 `geom_text()` 分配给相应的 `facet_grid()`。
英文: assign multiple geom_text() to corresponding facet_grid() 问题 我遵循了这个Stack Overflow [帖子][1],但没有解决我...
停止geom_rect()改变geom_bar()的透明度
英文: Stop geom_rect() changing the transparency of geom_bar() 问题 我想要条形图的颜色是纯黑色。 英文: I have a bar plot...
移动绘图上的标签远离线。
英文: Moving the labels on a plot away from the line 问题 我有一个数据框如下; TEST1 <- data.frame( Number = c(...
堆叠密度图上的标签
英文: labels on a stacked density plot 问题 以下是您要翻译的内容: I'm generating a stacked density plot: ggplot(da...
如何使用R的ggplot2绘制具有3个连续变量的热图?
英文: How to plot a heatmap with 3 continuous variables in r ggplot2? 问题 样本数据如下: count 是离散变量,temperatu...
使用R中的Rayshader为3D地图的高度添加颜色。
英文: Add color on height 3D map with Rayshader in R 问题 我想使用rayshader制作3D地图。我看过这个网站https://www.tylermw...
Y轴标题中的换行
英文: Line break in y axis title 问题 I want the y axis labe in two rows; line break after evolved 在演化后,...
49