【发布时间】:2016-03-03 13:00:05
【问题描述】:
即使使用ggplotly 帮助函数中给出的示例代码...我不断收到以下错误
map_layout 中的错误(面板、plot$facet、layer_data、plot$data):
未使用的参数(plot$data)
【问题讨论】:
-
我的猜测是,某些比
ggplotly加载晚的包有自己的函数map_layout,具有不同的参数。你能给我们sessionInfo()吗? -
如果coffeeinjubky 是正确的,您可以尝试在函数名称前使用'plotly::' 直接调用plotly。
-
@coffeinjunky- sessionInfo() 输出如下。附加的基础包:[1] stats graphics grDevices utils datasets methods base 其他附加包:[1] devtools_1.10.0 googleVis_0.5.10 plotly_2.0.16 ggplot2_2.1.0
-
ggtern包我遇到了同样的问题。