View source: R/new_aerscreen.R
| new_aerscreen | R Documentation | 
Create default AERSCREEN input data frames: (1) Control options (2) Source parameters (3) Building parameters (4) Surface characteristics
new_aerscreen(aerscreen = "aerscreen_inp", as_one_df = TRUE, add_to_envir = FALSE, control = "control", sources = "sources", buildings = "buildings", surface = "surface")
| aerscreen | Name for AERSCREEN input data frame added to Global Environment. 
Default is "aerscreen_inp". Ignored if  | 
| as_one_df | 
 | 
| add_to_envir | 
 | 
| control | Name for control options data frame added to Global Environment. 
Default is "sources". Ignored if  | 
| sources | Name for emission source data frame added to Global Environment. 
Default is "sources". Ignored if  | 
| buildings | Name for buildings data frame added to Global Environment. 
Default is "buildings". Ignored if  | 
| surface | Name for surface characteristics data frame added to Global Environment. 
Default is "surface". Ignored if  | 
input_tbl <- new_aerscreen(as_one_df = TRUE) new_aerscreen(as_one_df = FALSE, add_to_envir = TRUE, surface = "surface_chars") input_list <- new_aerscreen(as_one_df = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.