我有一个简短的gulp配置来观看我一直使用的scs,今天,当我想开始一个新项目时,它突然停止工作了……有人知道如何修复它吗?到目前为止,一切正常,现在当我输入“ gulp watch”时,我得到了错误:
convHull( pts)
[[1]]
[1] 2.021061 -2.705479
[[2]]
[1] -2.268272 -1.278624
[[3]]
[1] -1.64684601 -0.06100802
[[4]]
[1] -0.1493196 1.3880502
[[5]]
[1] 0.9342882 0.9032668
[[6]]
[1] 2.021061 -2.705479
null device
1
这是我的大口吃配置:
png( "./fig1.png")
plotPoints( pts, col = "white")
addPoints( convHull( pts), pch = 20, cex = 2, col = "red")
addRegion( convHull( pts), col = rgb(1, 0, 0, 0.1), border = "red")
addPoints( pts, pch = 20, col = "black")
dev.off()