Displaying 1 result from an estimated 1 matches for "poster_56half_2".
2008 Jan 16
1
Error in plot.new() : figure margins too large
...m getting error :
Error in plot.new() : figure margins too large
Can you please help
-----code is ------------------------------------------------------------
temp <- seq(5500000/2, 22000000, 5500000/2)
sV2 <- c(1, 1+temp[-length(temp)])
eV2 <- temp
i=1
bitmap(paste("c:/vidhu/poster/poster_56half_2", LETTERS[i], ".png", sep =
""), "png256", width = 55.5, height = 8.875, res = 300)
par(mfrow = c(28,1), mar = c(0.5,3,0.5,0.5), mgp = c(2,0.65,0))
for(i in 1:length(sV2)) {
cat("i = ", i, "\n", sep = "")
if (i%%2)
{
pS...