Learn R Programming

MultiRR (version 1.1)

median2: median2 is not a user level function

Description

This is not a user level function

Usage

median2(x)

Arguments

x

Examples

Run this code

## The function is currently defined as
function (x) 
{
    apply(x, 2, median)
  }

Run the code above in your browser using DataLab