[R] Suppressing warning messages

Gabor Grothendieck ggrothendieck at gmail.com
Sun May 15 16:40:02 CEST 2005


On 5/15/05, Tolga Uzuner <tolga at coubros.com> wrote:
> How do I suppress the following ?
> 
> Warning messages:
> 1: the condition has length > 1 and only the first element will be used
> in: if (strike == forward) atmvol(forward, t, alpha, beta, rho, upsilon)
> else {
> 2: the condition has length > 1 and only the first element will be used
> in: if (x(z) == 0) 1 else z/x(z)

Check out ?suppressWarnings




More information about the R-help mailing list