mode {SlideCNA}R Documentation

Subfunction of long_to_bin() that finds mode of vector/column

Description

This function finds the mode of a vector

Usage

mode(x)

Arguments

x

vector (column in data.table) to calculate the mode from

Value

mode of the vector


[Package SlideCNA version 0.1.0 Index]