topepo / APM_Exercises

Exercises for the book Applied Predictive Modeling by Kuhn and Johnson (2013)
194 stars 158 forks source link

plot errors in Chap13 #9

Open vkjuju opened 7 years ago

vkjuju commented 7 years ago

plot(nnetRoc, type = "s", add = TRUE, col = rgb(.2, .2, .2, .2), legacy.axes = TRUE) Error in plot.xy(xy.coords(x, y), type = type, ...) : plot.new has not been called yet

vkjuju commented 7 years ago

any advice would be appreciated

topepo commented 7 years ago

There are no solutions to the chapter 13 exercises posted here. You will need to provide a lot more detail about what exactly you are doing, with what code, what versions of R and other packages, etc.