R/plot_deepviz.R
plot_deepviz.Rd
Plot deepviz
plot_deepviz(n)
A numeric vector with an element for each layer that indicates the number of nodes in that layer.
nn <- c(4, 10, 3) plot_deepviz(nn)