Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

R - graphics can't be viewed on my "null device"

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
chairs
Posts: 34
Joined: 2014-09-07 01:27

R - graphics can't be viewed on my "null device"

#1 Post by chairs »

Hi,

So I wanted to use R's graphics to visualize information, but when I typed

Code: Select all

demo (graphics::graphics)
, R's built-in introduction to its graphics, the separate window opened up with no graphics, and the terminal returns

Code: Select all

Error in plot.new() : attempt to plot on null device
. I have the core Jessie packages for R, so I don't think that is the issue.

Can anybody please help me with this? Thanks :D

Post Reply