plot_results | R Documentation |
Title
plot_results(
calpuff_files,
scenario_names = calpuff_files$scenario_description,
output_dir = dirname(calpuff_files$path[1]),
map_res = 1,
plants = NULL,
plant_names = NULL,
get_plants = function(x, ...) {
return(x)
},
adm_level = 0,
plot_km = 400,
plot_bb = NULL,
cities = NULL,
colorkeybasis = NULL,
queue = seq_along(calpuff_files$path),
filename_suffix = "",
outputs = c("png", "kml", "expPop", "cityconcs"),
zipping_function = zip::zip
)
map_res |
in kilometers |
dir |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.