Skip to content
Prev 315907 / 398506 Next

plot.mob() fails with cut() error "'breaks' are not unique"

On Tue, 22 Jan 2013, Jason Musil wrote:

            
Jason, you can't pass the "breaks" argument to the plot method directly 
but need to pass it on to the panel function drawing the terminal panels. 
As an example consider

example("mob")
plot(fmPID)
plot(fmPID, tp_args = list(breaks = c(0, 100, 120, 200)))

Hope that fixes your problem.

Best,
Z