meanC: A mean function using Rcpp

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

A mean function using Rcpp

Usage

1
meanC(x)

Arguments

x

the vector to get the mean

Value

the mean of x

Examples

1
2
3
4
## Not run: 
meanC(c(1,2,3))

## End(Not run)

hudie-lab/SC19036 documentation built on Jan. 2, 2020, 8:45 p.m.