gpt4 book ai didi

r - dev.off() 中的错误 : cannot shut down device 1 (the null device)

转载 作者:行者123 更新时间:2023-12-03 15:53:30 25 4
gpt4 key购买 nike

我是 R 编程新手,当我尝试运行代码时遇到了这个错误。这只是创建了一个包含一些数据的饼图。谁能向我解释为什么我会收到此错误及其含义?

1)我正在运行Windows
2) 版​​本 3.4.0
3) 我正在使用 RGui 桌面
4) R 版本 3.4.0

# Create data for the graph.
x <- c(21, 62, 10, 53)
labels <- c("London", "New York", "Singapore", "Mumbai")

# Give the chart file a name.
png(file = "city_title_colours.jpg")

# Plot the chart with title and rainbow color pallet.
pie(x, labels, main = "City pie chart", col = rainbow(length(x)))

# Save the file.
dev.off()

最佳答案

尝试

while (!is.null(dev.list()))  dev.off()

关于r - dev.off() 中的错误 : cannot shut down device 1 (the null device),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44336215/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com