NoWarn {muUtil}R Documentation

Suppress Warnings

Description

NoWarn executes x and temporarily disables the display of warnings.

Usage

NoWarn(x)

Arguments

x input

Value

invisible(NULL)

Author(s)

Knut M. Wittkowski kmw@rockefeller.edu

Examples

NoWarn(0)

[Package muUtil version 1.5.0 Index]