I did forecasting by mlp through nnfor package, i am satisfied with my results but i need plot of mlp that should have neurons with weights.
fit.mlp <- mlp(infl.train,hd = 3, hd.max =NULL, difforder=NULL,det.type = "bin",
               allow.det.season = TRUE,outplot = TRUE,reps = 100,
               comb = "median")
plot(fit.mlp)
By simple plot fucntion i got the following figure:
it just gives the mlp nodes but not weights on these nodes please suggest me some command which can be used for the purpose of obtaining the neurons with weights in nnfor package of r while forecasting a univariate series.

 
    