Description Usage Arguments Examples
Plot deepviz
1 | plot_deepviz(n)
|
n |
A numeric vector with an element for each layer that indicates the number of nodes in that layer. |
1 2 | nn <- c(4, 10, 3)
plot_deepviz(nn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.