Closed csgillespie closed 11 years ago
Hi I think I have found another small bug. I think line8 of *lines-methods.R should refer be:
y = dist_cdf(x, x_axs, FALSE)
rather than
y = dist_cdf(m, x_axs, FALSE)
This causes the lines function to fail if you are not calling it with a variable named m.
Best regards
Fixed in version 0.5.1
Hi I think I have found another small bug. I think line8 of *lines-methods.R should refer be:
rather than
This causes the lines function to fail if you are not calling it with a variable named m.
Best regards