Ch16-over: Division operator with divide by zero clobbering

Description Usage Arguments Value Author(s)

Description

x %over% y = x/y when y!=0, equals 0 when y==0.

Usage

1
  x %over% y

Arguments

x,y

Numeric or complex vectors or objects that can be coerced to such.

Value

x/y when y!=0, otherwise 0.

Author(s)

Grant Izmirlian izmirlig at mail dot nih dot gov


pwrFDR documentation built on May 12, 2021, 5:07 p.m.

Related to Ch16-over in pwrFDR...