Learn R Programming

algaeClassify (version 2.0.3)

mean_naomit: Compute mean value while ignoring NA's

Description

Compute mean value while ignoring NA's

Usage

mean_naomit(x)

Value

the mean value

Arguments

x

A numeric vector that may contain NA's

Examples

Run this code
data(lakegeneva)
#example dataset with 50 rows

mean_naomit(lakegeneva$biovol_um3_ml)

Run the code above in your browser using DataLab