Learn R Programming

MultiRR (version 1.1)

mean2: mean2 is not a user level function

Description

This is not a user level function

Usage

mean2(x)

Arguments

x

Examples

Run this code
## The function is currently defined as
function (x) 
{
    apply(x, 2, mean)
  }

Run the code above in your browser using DataLab