R/mod_model_nnet_utils.R

Defines functions nnet_plot

nnet_plot <- function(modelo) {
  plot(modelo, arrow.length = 0.1, rep = 'best', intercept = T, 
       x.entry = 0.1, x.out = 0.9, information = F, intercept.factor = 0.8,
       col.entry.synapse = 'red', col.entry = 'red', col.out = 'green',
       col.out.synapse = 'green', dimension = 15, radius = 0.2, fontsize = 10)
}

Try the regressoR package in your browser

Any scripts or data that you put into this service are public.

regressoR documentation built on April 3, 2025, 9:32 p.m.