plot_fetch_bars: Plot Fetch Bar Chart

View source: R/visualization.R

plot_fetch_barsR Documentation

Plot Fetch Bar Chart

Description

Create a bar chart showing effective fetch by site.

Usage

plot_fetch_bars(fetch_data, title = "Effective Fetch by Site")

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_bars(results)



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