Closed rafaelslins closed 5 years ago
data(corporate.payment) cp <- corporate.payment$Amount plot(cp, select = "digits", except = "digits") plot(cp, select = "none", except = "all")
Yes, it is simpler to have an argument that overrides the other. In this case, select. The behavior should be documented and also there should be a warning explaining the behavior.
data(corporate.payment) cp <- corporate.payment$Amount plot(cp, select = "digits", except = "digits") plot(cp, select = "none", except = "all")