Dear Karly,
I don't know if you've resolved your problem but I just came across the
same thing in RStudio and I think I've found out what the problem is. The
problem seems to occur when the plot viewing panel (by default in the bottom
right) is very small. The plot function tries to create a plo
-
>> From: khar...@lbl.gov
>> Sent: Fri, 6 Jul 2012 10:39:41 -0700
>> To: r-help@r-project.org
>> Subject: [R] Error in plot.new() : figure margins too large
>>
>> Hello All,
>>
>> I am running the following code in RStudio, and I keep on get
To: r-help@r-project.org
> Subject: [R] Error in plot.new() : figure margins too large
>
> Hello All,
>
> I am running the following code in RStudio, and I keep on getting an
> error message that says: "Error in plot.new() : figure margins too
> large"
Hello All,
I am running the following code in RStudio, and I keep on getting an error
message that says: "Error in plot.new() : figure margins too large"
Is there something that I am doing wrong?
# Import Data
nba <- read.csv("http://datasets.flowingdata.com/ppg2008.csv";, sep=",")
nba
#Sort
> I am getting error :
> Error in plot.new() : figure margins too large
> Can you please help
> -code is
> temp <- seq(550/2, 2200, 550/2)
> sV2 <- c(1, 1+temp[-length(temp)])
> eV2 <- temp
> i=1
> bitmap(paste("c:/vidh
Hi
I am getting error :
Error in plot.new() : figure margins too large
Can you please help
-code is
temp <- seq(550/2, 2200, 550/2)
sV2 <- c(1, 1+temp[-length(temp)])
eV2 <- temp
i=1
bitmap(paste("c:/vidhu/poster/poster_
6 matches
Mail list logo