mean: mean value of the vector elements

Description Usage Arguments Details Value Examples

Description

mean returns the mean of all the values present in its arguments

Usage

1
mean(x)

Arguments

x

the array input

Details

This is a generic function: methods can be defined for it directly or via the mean group generic.

Value

the mean value

Examples

1
mean(c(1,2,3))

haijunXue/pssi documentation built on May 28, 2019, 8:55 p.m.