plotNNET: Function plotNNET

plotNNETR Documentation

Function plotNNET

Description

Plots the structure of a nnet object.

Usage

plotNNET(net = NULL, cex = 0.8, cex2 = 4, xlim = c(0, 4),
  xnames = NULL, ynames = NULL, digits = 2)

Arguments

net

Object of class nnet.

Details

Plots the structure of a nnet object.

Examples

library(nnet);net=nnet(y~.,data=data.frame(y=rnorm(100),x=rnorm(100)),size=3,trace=F);plotNNET(net)

AndreasFischer1985/quantqual documentation built on June 20, 2022, 4:55 p.m.