- x
A neural network fitted model
- nid
logical value indicating if neural interpretation diagram is plotted, default is TRUE
- all.out
character string indicating names of response variables for which connections are plotted, default all
- all.in
character string indicating names of input variables for which connections are plotted, default all
- bias
logical value indicating if bias nodes and connections are plotted, not applicable for networks from mlp function, default TRUE
- wts.only
logical value indicating if connections weights are returned rather than a plot, default FALSE
- rel.rsc
numeric value indicating maximum width of connection lines, default 5
- circle.cex
numeric value indicating size of nodes, passed to cex argument, default 5
- node.labs
logical value indicating if text labels are plotted, default TRUE
- var.labs
logical value indicating if variable names are plotted next to nodes, default TRUE
- x.lab
character string indicating names for input variables, default from model object
- y.lab
character string indicating names for output variables, default from model object
- line.stag
numeric value that specifies distance of connection weights from nodes
- struct
numeric value of length three indicating network architecture (no nodes for input, hidden, output), required only if mod.in is a numeric vector
- cex.val
numeric value indicating size of text labels, default 1
- alpha.val
numeric value (0-1) indicating transparency of connections, default 1
- circle.col
text value indicating colour of nodes default "lighrblue"
- pos.col
text value indicating colour of the possitive connections, default "black"
- neg.col
text value indicating colour of the negative connections, default "gray"
- max.sp
logical value indication whether the space betwwen nodes in each laers is maximised
- ...
for further arguments