getMedMinMax: Pull rulesets created by GARP

Description Usage Arguments Value See Also Examples

View source: R/getMedMinMax.R

Description

getMedMinMax Returns the minimum and maximum median values for variables in dominant rules from a given rule-set

Usage

1
getMedMinMax(pathA, pathB)

Arguments

pathA

a vector object that contains the full file names for the extracted rule .csv files created by extractRules

pathB

a file path of the directory containing environmental layers used in GARP (must be in ESRI ASCII raster format)

Value

Returns a data.frame that contains the range, and median of the minimum and maximum values for each environment variable used in GARP.

See Also

extractRules

Examples

1
2
3
4
## Not run: 
MedMinMax <- getMedMinMax(pathA = "C:/GARP/RangeLogit.csv", pathB = "C:/GARP/resampled/")

## End(Not run)

cghaase/GARPTools documentation built on Aug. 6, 2021, 6:38 a.m.