plotNNET | R Documentation |
Plots the structure of a nnet object.
plotNNET(net = NULL, cex = 0.8, cex2 = 4, xlim = c(0, 4), xnames = NULL, ynames = NULL, digits = 2)
net |
Object of class nnet. |
Plots the structure of a nnet object.
library(nnet);net=nnet(y~.,data=data.frame(y=rnorm(100),x=rnorm(100)),size=3,trace=F);plotNNET(net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.