Learn R Programming

RESTK (version 1.0.1)

get_min_maxk: Get the minimum maxk

Description

get_min_maxk get the minimum maxk from a set of maxks and tightness

Usage

get_min_maxk(samp_tightness = NULL, k_seq = NULL)

Value

Returns the minimum maxk

Arguments

samp_tightness

tightness from a given sample and maxk

k_seq

sequence of maxk to evaluate

Examples

Run this code
get_min_maxk(samp_tightness = c(1.5, 1.2, 0.98),
             k_seq = c(20, 30 , 40))

Run the code above in your browser using DataLab