Please help, i really can't understand

rpart.plot(x = stop("no 'x' arg"), type = 2, extra = "auto", under = FALSE, fallen.leaves = TRUE, digits = 2, varlen = 0, faclen = 0, roundint = TRUE, cex = NULL, tweak = 1, clip.facs = FALSE, clip.right.labs = TRUE, snip = FALSE, box.palette = "auto", shadow.col = 0, ...)
In r part plot, why ... can't work?
error says ... is using in wrong context.
But i can't understand.
Is there anyone who knows how to solve this problem?

The way to solve it is to understand your data and the arguments you use to call the function. You haven't provided either of these to us... So we are blind to help you. :frowning:

FAQ: How to do a minimal reproducible example ( reprex ) for beginners

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.