【发布时间】:2019-04-15 21:21:37
【问题描述】:
我正在尝试使用 library: highcharter 绘制基本图表,但出现错误:
highchart()%>%
hc_add_series(pokemon, "scatter", hcaes(x = height, y = weight))
Warning: Error in mutate_impl: Column `x` is of unsupported type quoted call
注意: 我按照文档进行了尝试: https://www.datacamp.com/community/tutorials/data-visualization-highcharter-r
【问题讨论】:
-
你能检查一下highcharter使用的是哪个版本吗?
标签: r r-highcharter