【发布时间】:2017-03-02 02:09:17
【问题描述】:
我看到了 autoplot 不支持但不是数字类型的对象的其他错误。 example1 example2
假设我创建了一些随机数
require(ggfortify)
require(ggplot2)
data <- c(.034,0343,0343,.0653,.034,0343,0343,.0653)
autoplot(data)
Error: Objects of type numeric not supported by autoplot.
我将不胜感激!
【问题讨论】:
-
你期待的究竟是什么样的情节?不确定所需的输出是什么。