英文: Why do I get different results when I want to find the AIC of my model in Python and R? 问题 I see...
在使用R Markdown时在HTML中包含图像。
英文: Include image in html using R markdown 问题 I have an image named icon.png that I want to put in t...
如何修改facet wrap中的多个图表标题?
英文: How to modify multiple chart titles in facet wrap? 问题 I created 6 charts using facet_wrap() usin...
从列表中计数数值
英文: Counting values from a list 问题 我想数一数每个观察中列表的元素数量(考虑到列表中逗号的分隔)。我尝试过将其转换为因子,转换为列表,使用length和lengths...
如何定义六边形网格的单元大小?
英文: How define the cell size from a hexagonal grid? 问题 我试图从生态区边界(cerrado,但也适用于任何其他政治边界)创建一个六边形网格。在sf...
使用R中的一个向量和同一数据集中的不同变量创建虚拟变量?
英文: Create dummy variables using a vector and different variables from the same dataset in R? 问题 I u...
控制合并多个图表时的Y轴标题位置,使用patchwork包。
英文: control y-axis title positions when combining several plots with patchwork package 问题 我想能够控制每个图中...
使用R计算每个周期内的时间间隔。
英文: Calculate the time intervals within each cycle using R 问题 I have translated the content you prov...
`bquote` 如何处理包含在 `.()` 中的术语的尺寸?
英文: How does `bquote` handle the dimensions of terms wrapped in `.()`? 问题 R在expr表达式中知道X是一个矩阵,尽管在函数调用...
在R中使用ggplot2的geom_text()函数来使用变量设置斜体文本。
英文: Using italics in geom_text() with variables in R with ggplot2 问题 I have some troubles with geom_...
298