force R plot through origin
I have a simple plot in R:
roc =
plot(RP.perf@alpha.values[[1]],RP.perf@x.values[[1]],type="l",ylim=c(0,1));
however would like to force the graph through the origin. is there anyway
to do this? I can't find an option for this in the plot function.
Thanks.
No comments:
Post a Comment