Rdocumentation
powered by
Learn R Programming
dplRCon (version 1.0)
SumNotNa: Sum non Na's
Description
Count the number of non na values. This is an internal function used in an apply function.
Usage
SumNotNa(x)
Arguments
x
Vector to be counted containing Na's
Value
The sum of the non na's values.