Description Usage Arguments Value
Plot U and V vectors - possibly with low currents hidden from view
1 2 3 4 5 6 7 | draw_uv(
x = read_tiltometer(),
min_speed = 10,
main = "U-V currents",
facet = NULL,
alpha = 0.1
)
|
x |
tibble of tiltometer data |
min_speed |
numeric, hide currents at or below this speed |
main |
character, title |
facet |
character, name of the column to facet upon (like "Site") or NULL to skip |
alpha |
numeric, 0.1 default |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.