r-quantities/errors

correct plot limits

Closed this issue · 0 comments

Plot limits should be corrected to incorporate the complete error bar length:

x <- 1:5
errors(x) <- 0.2*x
plot(x)