powered by
Gives a List of Warnings
warn()
the table of warnings
Werner A. Stahel, ETH Zurich
This function simplyfies the output of warnings if there are several identical warnings, by counting their occurence
warnings
for (i in 3:6) m <- matrix(1:7, 3, i) suppressWarnings( ## or set options(warn=-1) for (i in 3:6) m <- matrix(1:7, 3, i)) warn()
Run the code above in your browser using DataLab