apply_range: Function to restrict values of the data according with the...

View source: R/utils.R

apply_rangeR Documentation

Function to restrict values of the data according with the range for each dimension

Description

Function to restrict values of the data according with the range for each dimension

Usage

apply_range(diapason, input.data)

Arguments

diapason

Vector of min and max values or data frame with two rows (min and max) for each dimension of input data

input.data

Data frame of input where values will be corrected

Value

The same data frame with corrected values according to the diapason

Examples

MaxWiK::MaxWiK_templates(dir = tempdir()) # See the templates and vignettes for usage.

MaxWiK documentation built on April 3, 2025, 8:47 p.m.