【问题标题】:Visualisation with highcharter - Error with highcharter in R使用 highcharter 进行可视化 - R 中的 highcharter 错误
【发布时间】: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


【解决方案1】:

我不知道你的代码到底有什么问题,但试试这个:

hchart(pokemon, "point", hcaes(x = height, y = weight))

【讨论】:

    猜你喜欢
    • 2017-03-07
    • 2021-08-22
    • 2017-03-18
    • 1970-01-01
    • 2019-08-10
    • 2018-12-07
    • 2019-08-18
    • 2022-01-15
    • 2019-05-26
    相关资源
    最近更新 更多