Learn R Programming

GENEAclassify (version 1.5.3)

MeanDir: MeanDir function

Description

Called by segmentation.

Usage

MeanDir(rotation, na.rm = T)

Value

A single value data.

Arguments

na.rm

single logical should missing values be removed

x

vector of numeric values

Examples

Run this code
   tmp1 <- c(1,3,2,6,4,5,3,9,10)
   MeanDir(tmp1)

Run the code above in your browser using DataLab