英文: ggplot and names: is it possible to have bold characters? 问题 I'm trying to draw map. Is there a ...
如何使用字符向量创建具有字符向量的高图表的y轴
英文: how to create highchart with y axis with character vector 问题 我正在使用R包highcharter创建这个高图表,但它不起作用,因为...
R Shiny/R Leaflet/ R : 使用R Shiny中的sliderInput动态呈现choropleth地图 2
英文: R Shiny/R Leaflet/ R : Dynamically render choropleth map with sliderInput in R shiny 2 问题 我正在尝试使...
`R`相当于Python中的`from src.file import function, class, variable`吗?
英文: `R` equivalent to pythons `from src.file import function, class, variable`? 问题 在R中,你可以使用import或i...
只在整数列上使用 purrr::map_df 函数。
英文: Apply function only on integer columns using purrr::map_df 问题 这是我的代码。我需要在数据框的整数列上应用一个简单的函数,使用 pu...
在R中尝试创建甘特图。
英文: In r trying to create a Gant chart 问题 我正在尝试使用ggplot2创建甘特图。 library(ggplot2) # 创建一个包含日期时间值的示例数据框 ...
如何比较列表元素并保留重复项?
英文: How to compare list elements and keep duplicates? 问题 我有一个庞大的redditor列表 str(list_map_descr) List ...
使Shiny应用中的onClcik在用户单击表中的单元格时起作用。
英文: Getting onClcik to work in a Shiny App when user clicks on a cell in a table 问题 我正在尝试构建一个Shiny A...
保存R环境中的绘图列表
英文: Save a list of plots from environment in R 问题 我想使用```ggsave()```从我的R环境中保存所有的图。**如何在R中保存环境中的图列表,然...
检查事件是否以30秒的间隔发生。
英文: check whether event occurred in 30-second intervals 问题 我有包含事件ID和事件发生时间戳的数据集。例如,2019年9月2日17:06。我想...
298