Displaying 1 result from an estimated 1 matches for "median_gb".
Did you mean:
  median_a
  
2011 Feb 10
1
"Error in plot.window(...) : invalid 'xlim' value" from plot(...par(new = TRUE))
...ile the ylim values make sense,
the xlim values are ... of an unexpected type altogether.
And when I re-tried the plot() invocation, but without the "par()"
argument, the xlim passed to plot.window() was fine, and the plot was
OK.
The data look like:
          Tag          Cap  mean_GB median_GB census
1  2010-02-03 540972711754 213.5250  154.1011   1061
2  2010-02-10 531711798208 169.4235  124.3809   1033
3  2010-02-17 544482444926 171.2384  130.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 562448031...