英文: ggplot & boxplot: is it possible to add weights? 问题 我正在尝试根据地区绘制工资的箱线图。 这是我的数据集的示例(由研究机构提供): ...
填充 ggplot2 图的区域是否可以根据每个 x 轴坐标处的值进行更改?
英文: Can the fill area of a ggplot2 plot change to match the values at each x-axis coordinate 问题 我有以下...
用于与过渡状态相关的动态更改自定义绘图注释的gganimate。
英文: Animate / dynamically change custom plot annotation gganimate with relation to transition states...
将颜色/流分组,使条形创建第一个条形图。
英文: Group color/ flow so that the bars create a bar chart of first 问题 以下是您要的翻译部分: 我有一个数据集,看起来像这样: re...
如何阻止相同的图号出现在我的RMarkdown文档中
英文: How to stop the same figure numbers appearing in my rmarkdown document 问题 I generated several fi...
如何根据2个条件在 ggplot 中设置绘图的颜色数值?
英文: How to set the color value in a plot based on 2 conditions ggplot 问题 以下是代码的翻译部分: 我试图制作一个分组的柱状图。我...
在R中使用ggplot2创建条形图上的趋势线。
英文: Creating a trendline on a bar plot with ggplot2 in R 问题 我试图创建一个带有实心直线趋势线的条形图,但无法让趋势线显示出来。 我正在使用g...
在ggplot2中显示点与线的图例
英文: Legend that shows points vs lines in ggplot2 问题 我正在尝试在ggplot中生成一个图例,其中显示的点的名称与线的名称不同。我需要该图例与显示颜色...
使用ggsurvfit包中的ggcuminc时出现错误。
英文: Error when using ggcuminc from the package ggsurvfit 问题 我在使用ggsurvfit包的ggcuminc函数绘制累积发病率函数时遇到了一个...
修正Gif中的图表位置 – 用动态轴标签播放图表
英文: Fix plot position in a Gif - animate plot with dynamic axis labels 问题 我正在尝试制作一个 GIF(每帧中,我想在 y 轴上...
49