英文: Use `geometry` on landscape pages when creating multiple page orientation in a single quarto PDF...
添加标准误差以修正分面条形图上的面板
英文: adding standard errors to correct panels on faceted bar chart 问题 我已翻译代码部分,以下是翻译好的内容: 我有这个数据框: 这是...
“variable lengths differ” error while running regressions in a loop
英文: "variable lengths differ" error while running regressions in a loop 问题 我正在尝试运行一个基于我在以前...
使用滚动窗口估计分位数相关性
英文: Estimating quantile correlations with rolling window 问题 我想估计两个变量之间的分位数相关性,比如Y和X,使用滚动窗口。我正在使用R包QC...
百分比堆叠条形图
英文: Percent stacked barchart 问题 我正在尝试在R中使用ggplot2创建一个堆叠条形图。 例如,对于这组数据: x <- 1:5 y1 <- c("m...
在x轴上绘制日期并自定义标签。
英文: Plotting dates on the x-axis and customizing labels 问题 I am trying to make a graph of a time ser...
为什么在我使用R中的Rayshader的plot_gg()函数时,我的图的背景是黑色的?
英文: Why is the background of my plot black when I use plot_gg() from Rayshader in R 问题 我试图使用Rayshade...
R: 在日期间识别不同的行,并根据出现次数对行进行评分
英文: R: Identifying distinct rows on dates within intervals and scoring rows based on occurence 问题 亲爱...
facet_wrap在使用geom_density_ridges时未显示第二个facet。
英文: facet_wrap not showing the second facet with geom_density_ridges 问题 我正在尝试对可以从这里下载的数据的部分进行子集操作,并将...
R + dplyr: Tibble中行的部分去重
英文: R + dplyr: Partial Deduplication of Rows in a Tibble 问题 一个非常常见的问题是如何在R中删除数据框中的所有重复行,可以使用各种工具来完成(...
298