Learn R Programming

MaxWiK (version 1.0.6)

apply_range: 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)

Value

The same data frame with corrected values according to the diapason

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

Examples

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

Run the code above in your browser using DataLab