| plot.dec.table | R Documentation |
plot method for class "dec.table".
## S3 method for class 'dec.table'
plot(x, ...)
x |
An object of class |
... |
Unused arguments. |
plot.dec.table plots the decision boundaries.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.