Closed Derek-Jones closed 5 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 ...
plot.qv
segments
...
Thanks, this is now fixed and will be in CRAN version 1.0.0 shortly
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 tosegments
is missing the argument...