search for: is_tot

Displaying 1 result from an estimated 1 matches for "is_tot".

Did you mean: is_not
2011 Feb 10
1
"Error in plot.window(...) : invalid 'xlim' value" from plot(...par(new = TRUE))
...0641 1052 ... 52 2011-01-26 558625618800 195.2759 175.1277 1386 53 2011-02-02 571187807274 199.4980 170.4478 1406 54 2011-02-09 562448031310 197.5468 166.8976 1367 I'm trying to generate a plot, then overlay 3 more plots on it -- which has been working for several months: > plot(Is_total$Tag, Is_total$Cap/1024/1024/1024, type = "l", col = "blue", ylim = c(0, max(Is_total$Cap/1024/1024, Is_total$census * 400)/1024), xlab = "Date", ylab = "Capacity(TB)", main = "Total Local Disk Space") > debug(plot.window) > plot(Is_total$Ta...