calculateGATexclusions: Calculate GAT Exclusions

View source: R/calculateGATexclusions.R

calculateGATexclusionsR Documentation

Calculate GAT Exclusions

Description

This function cleans up the code to flag areas based on exclusion criteria so that they will not be used in the merge.

Usage

calculateGATexclusions(d, var, math, val)

Arguments

d

The dataset containing the flag and exclusion variables.

var

The variable to use when calculating exclusions.

math

The condition to use when calculating exclusions. Recognized conditions include "equals", "less than", "greater than".

val

The value to compare to var based on the condition selected.

Examples


calculateGATexclusions(d = hftown, var = "TOTAL_POP",
                       math = "less than", val = 1000)


ajstamm/gatpkg documentation built on Nov. 23, 2023, 9:44 a.m.