グラフをプロットしようとしていますが、私が最初に奇妙なプロットを試みるときにのみこのエラーが発生します。plot.new()のエラー:gwidgets2で図形の余白が大きすぎます
w <- gwindow(title="Plots")
g=ggraphics(cont=w,visible=FALSE)
plot(x,y,xlab = "Period",ylab = "Scores",main = "Results",type = "l")
visible(w) <- TRUE
Now I get the subject line error. If I again run the plot(), I see the plot in the window. How can I avoid this. Thanks.
私はgetToolkitWidget(w)$ maximize()を試みましたが、問題は解決しません。 – Jain