标签: r initialization
我已将par(bg = "seashell")放入“ Rprofile.site”文件中,并收到消息:
par(bg = "seashell")
Error in par(bg = "seashell") : could not find function "par"。
Error in par(bg = "seashell") : could not find function "par"
然后我将library(graphics)放在其前面,并且该错误停止了。 但是现在,RStudio将打开以下窗口:
library(graphics)
如何在启动时设置par(bg)?
par(bg)