【发布时间】:2021-09-27 05:40:24
【问题描述】:
有没有办法去除情节 R 动画中的“播放”底部?我只想让人们使用滑块滑过数据,但我不想要播放功能。
代码如下:
g <- list(
scope = 'usa',
projection = list(type = 'albers usa'),
showland = TRUE,
landcolor = toRGB("gray95"),
subunitcolor = toRGB("gray85"),
countrycolor = toRGB("gray85"),
countrywidth = 0.5,
subunitwidth = 0.5
)
fig <- plot_geo(dat, lat = ~Latitude, lon = ~Longitude, frame = ~Year)
fig
【问题讨论】:
标签: r animation plotly r-plotly