powered by
Provides donor adjustment candidates, with associated descriptors, in order of the proximity to the centroid of the subject catchment.
DonAdj(CDs, N = 10, UrbMax = 1)
A data.frame with rownames of site references and columns of catchment descriptors and distance from subject site.
catchment descriptors derived from either GetCDs or CDsXML for the site of interest
number of sites provided; default is 10
a maximum value for URBEXT (the default is 0.03). Any sites with UBEXT2015 above UrbMax will not be included in the results.
Anthony Hammond
This function provides the closest N catchments for consideration for QMED donor adjustment.
# Get some CDs and output candidate donor sites cds_54022 <- GetCDs(54022) DonAdj(cds_54022)
Run the code above in your browser using DataLab