constrain: Constrain

View source: R/util.R

constrainR Documentation

Constrain

Description

constrains a dataset

Usage

constrain(x, minimum, maximum)

Arguments

x

dataset that is to be constrained

minimum

Value of the lowest acceptable number, before being replaced by this lower bound

maximum

Value of the highest acceptable number, before being replaced by this upper bound


GENEAread documentation built on June 22, 2024, 12:16 p.m.