warning {base} | R Documentation |
Warning Messages
Description
warning
prints the message given as its argument.
Usage
warning(message)
Examples
if(eigenval < 1.e-7) warning("system near singular")
warning {base} | R Documentation |
warning
prints the message given as its argument.
warning(message)
if(eigenval < 1.e-7) warning("system near singular")