Skip to contents

EJAM/EJSCREEN comparisons - Summarize explanations for discrepancies in pop Summarize output of ejscreen_vs_explain()

Usage

ejscreen_vs_explain_summary(
  whyall,
  radius = "analyzed radius",
  showmeters = TRUE,
  showpop = FALSE
)

Arguments

whyall

Output from ejscreen_vs_explain()

radius

optional radius in miles, for labels on plot and table

showmeters

set FALSE to hide CDF plot and stats table on quantiles of meters (note it creates more than 1 plot so click on the back arrow of the plots pane to see the rest)

showpop

set FALSE to hide CDF plot on quantiles of pop counts

Value

summary table of info, on how many sites had each type of explanation

Examples

vs10 <- ejscreen_vs_ejam(testpoints_10, radius = 3, save_ejscreen_output = F, save_when_report = F, calculate_ratios = F)
why10 <- ejscreen_vs_explain(vs10, ejam_uniq_id = 1:10, pause_on_each_site = F)
whysum <- ejscreen_vs_explain_summary(why10, radius = 3)