[R] suppress output of neural network for use in Sweave
Barry Rowlingson
B.Rowlingson at lancaster.ac.uk
Wed Jun 15 18:23:41 CEST 2005
Thorstensen Nicolas wrote:
> Hi!
>
> How can I suppress the output of the function nnet in the library(nnet) ?
?nnet suggests adding trace=FALSE to the arguments.
In other cases if functions dont have this sort of option then on a
Unix box you can wrap your function calls in sink("/dev/null") [do
stuff] sink() to send output to a black hole. Not sure what the Windows
equivalent is.
Baz
More information about the R-help
mailing list