R View - R Plot - Error: figure margins too large

Sometimes I get “Error: figure margins too large” when making R Plots (base) in a node. Any suggestions? I’ve tried changing the margins with
op=par(mfrow = c(1,1) , pty=“m” , mar=c(5, 5, 2, 2) ) and it does not seem to matter if I make the margins small or large I still get the error.

Problem solved (Answering my own post here)
I had a stray “plot(knime.in)” command so when I tried to put in a second plot command it threw up the error.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.