constrain: Constrain

Description Usage Arguments

View source: R/util.R

Description

constrains a dataset

Usage

1
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 Nov. 26, 2020, 1:08 a.m.