The following should throw a warning for users to plot the results manually ```r pd <- partial(rfo, pred.var = c("age", "pclass", "sex"), pred.fun = pfun, train = t3, progress = "text") plotPartial(pd) # useless plot ```
The following should throw a warning for users to plot the results manually