Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLabeling of cvrisk plots #96
Comments
|
And the same applies for the main label in the plot. |
|
Thanks a lot @davidruegamer for spotting and fixing! |
In the most current version,
plotof acvriskobject has a messed up y label:This is because in
plot.cvriskthe argumentylab = attr(x, "risk")gets only evaluated when ylab is used. By this time,x(the cvrisk object) however is already overwritten and looses the attribute. Here are the correpsonding lines of code:Will send a pull request in a minute.