最近,我开始使用 R Revolution,并尝试运行示例代码来可视化决策树。
我运行了代码:
data("kyphosis", package="rpart")
kyphTree <- rxDTree(Kyphosis ~ Age + Start + Number, data = kyphosis, cp=0.01)
library(RevoTreeView)
plot(createTreeView(kyphTree))
并得到错误:
Error in tools:::httpdPort > 0L :
comparison (6) is possible only for atomic and list types
我搜索了这个错误,我正在使用 R 3.2.2 并且已经更新了我的 Rstudio。
有人可以帮助我吗?
谢了,