get_min_maxk: Get the minimum maxk

View source: R/get_min_maxk.R

get_min_maxkR Documentation

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)

Arguments

samp_tightness

tightness from a given sample and maxk

k_seq

sequence of maxk to evaluate

Value

Returns the minimum maxk

Examples

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

RESTK documentation built on Aug. 23, 2023, 1:08 a.m.

Related to get_min_maxk in RESTK...