plot_tides: Plot a calendar of the tidal events for each day

View source: R/plot_tides.R

plot_tidesR Documentation

Plot a calendar of the tidal events for each day

Description

If you pass it a tides table (from get_tides), a ggplot of the high and low tides will be created. I suggest adding vertical lines (geom_vline) to make visualization easier

Usage

plot_tides(tides)

Arguments

tides

The tides table, obtained from get_tides

Examples

plot_tides(tides_table)



MarcioFCMartins/tidytides documentation built on Nov. 5, 2023, 4:07 a.m.