powered by
Run batch analysis with comprehensive visualization output for each year
batch_analysis_enhanced( years, scale = "huc8", nutrients = c("nitrogen", "phosphorus"), include_wwtp = TRUE, output_base_dir = tempdir(), create_all_visualizations = TRUE, create_comparative_plots = TRUE, show_progress = TRUE, verbose = TRUE, ... )
List of results with comprehensive outputs
Numeric vector. Years to analyze
Character. Spatial scale
Character vector. Nutrients to analyze
Logical. Include WWTP analysis
Character. Base output directory
Logical. Create all maps, networks, and comparisons
Logical. Create year-over-year comparisons
Logical. Display progress bar (requires 'progress' package)
Logical. Show progress
Additional arguments
if (FALSE) { # This function is computationally intensive # See vignette("advanced-features") for examples results <- batch_analysis_enhanced(years = 2015:2016) }
Run the code above in your browser using DataLab