View source: R/NeuralNetTools_utils.R
Plot neural network nodes in plotnet
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | layer_points(
layer,
x_loc,
x_range,
layer_name,
cex_val,
circle_cex,
bord_col,
in_col,
node_labs,
line_stag,
var_labs,
x_names,
y_names,
...
)
|
layer |
specifies which layer, integer from |
x_loc |
indicates x location for layer, integer from |
x_range |
numeric for total range of x-axis |
layer_name |
string indicating text to put in node |
cex_val |
numeric indicating size of point text |
circle_cex |
numeric indicating size of circles |
bord_col |
chr string indicating border color around nodes, default |
in_col |
chr string indicating interior color of nodes |
node_labs |
logical indicating if node labels are to be plotted |
line_stag |
numeric indicating distance between of text from nodes |
var_labs |
chr string for variable labels |
x_names |
chr string for alternative names of input nodes |
y_names |
chr string for alternative names of output nodes |
... |
values passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.