apply_range {MaxWiK} | R 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.
[Package MaxWiK version 1.0.6 Index]