plot_fetch_map: Plot Fetch Map

View source: R/visualization.R

plot_fetch_mapR Documentation

Plot Fetch Map

Description

Create a map showing site locations colored by exposure category.

Usage

plot_fetch_map(fetch_data, title = "Fetch Analysis - Site Locations")

Arguments

fetch_data

Results from fetch_calculate

title

Optional plot title

Value

A ggplot2 object

Examples


csv_path <- system.file("extdata", "sample_sites.csv", package = "lakefetch")
sites <- load_sites(csv_path)
lake <- get_lake_boundary(sites)
results <- fetch_calculate(sites, lake)
plot_fetch_map(results)



lakefetch documentation built on March 20, 2026, 5:10 p.m.