DavidFirth / qvcalc

R package for quasi-variances
https://davidfirth.github.io/qvcalc/
0 stars 2 forks source link

plot.qv has incomplete support for col= #5

Closed Derek-Jones closed 5 years ago

Derek-Jones commented 6 years ago

The call:

plot.qv(x, col="red")

results in the horizontal line appearing in red, but the vertical line is still in black.

Looking at the source of plot.qv, I see that the call to segments is missing the argument ...

DavidFirth commented 5 years ago

Thanks, this is now fixed and will be in CRAN version 1.0.0 shortly