Create Stick Plots to Show Currents
stick_plot.Rd
This function builds a stick plot to map water velocities in the project window.
Arguments
- data
A dataframe containing the columns "Zonal" and "Meridional" for currents.
- zoom
A call to `coord_sf` specifying the project plotting window.
- pre
A list of predefined preferences for saving maps in the project (scale, width, height, units, dpi)
Value
The function creates a map of Water velocities. Colour is used to show speed, sticks are included to show direction. The plot is saved into the NEMO-MEDUSA/Currents folder.
See also
Other NEMO-MEDUSA plots:
point_plot()
,
ts_plot()