EJAM/EJSCREEN comparisons - Summarize explanations for discrepancies in pop Summarize output of ejscreen_vs_explain()
Source:R/ejscreen_vs_ejam_.R
ejscreen_vs_explain_summary.Rd
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
Examples
vs10 <- ejscreen_vs_ejam(
testpoints_10, radius = 3,
save_ejscreen_output = F,
save_when_report = F,
calculate_ratios = F
)
#>
#> Starting ejscreenapi_plus()...
#> Error in ejscreenapi(lon = lon, lat = lat, radius = radius, unit = unit, wkid = wkid, fips = fips, shapefile = shapefile, namestr = namestr, format_report_or_json = format_report_or_json, ipurl = ipurl, report_every_n = report_every_n, save_when_report = save_when_report, on_server_so_dont_save_files = on_server_so_dont_save_files, drop_redundant_indicators = TRUE, verbose = verbose, getstatefromplacename = getstatefromplacename): API URL does not seem to be accessible
why10 <- ejscreen_vs_explain(vs10, ejam_uniq_id = 1:10, pause_on_each_site = F)
#> Error: object 'vs10' not found
#> Warning: object 'blockid2fips' not found
#> Warning: object 'blockpoints' not found
#> Warning: object 'blockwts' not found
#> Error in ejscreen_vs_explain(vs10, ejam_uniq_id = 1:10, pause_on_each_site = F): object 'x' not found
whysum <- ejscreen_vs_explain_summary(why10, radius = 3)
#> Error in ejscreen_vs_explain_summary(why10, radius = 3): could not find function "ejscreen_vs_explain_summary"