powered by
plot method for class "dec.table"
plot
dec.table
# S3 method for dec.table plot(x, ...)
an object of class "dec.table", a result of a call to dec.table.
"dec.table"
Not used argument.
plot.dec.table prints the decision boundarys.
plot.dec.table
# NOT RUN { truep <- c(0.3, 0.45, 0.5, 0.6) out <- dec.table(0.6,0.4,0.2,0.3,c(3,3,3)) plot(out) # }
Run the code above in your browser using DataLab