meandiff: Finding the mean of the differences

View source: R/statistics.R

meandiffR Documentation

Finding the mean of the differences

Description

Finding the mean of the differences Called by segmentation.

Usage

meandiff(x, na.rm = TRUE)

Arguments

x

vector of numeric values

na.rm

Remove the na values in the vector

Value

A single value data.

Examples

   tmp1 <- c(1,3,2,6,4,5,3,9,10)
   meandiff(x = tmp1)

GENEAclassify documentation built on March 31, 2023, 9:01 p.m.