Learn R Programming

plgraphics (version 1.2)

warn: List Warnings

Description

Gives a List of Warnings

Usage

warn()

Arguments

Value

the table of warnings

Author

Werner A. Stahel, ETH Zurich

Details

This function simplyfies the output of warnings if there are several identical warnings, by counting their occurence

See Also

Examples

Run this code
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