draw_uv: Plot U and V vectors - possibly with low currents hidden from...

Description Usage Arguments Value

View source: R/graphics.R

Description

Plot U and V vectors - possibly with low currents hidden from view

Usage

1
2
3
4
5
6
7
draw_uv(
  x = read_tiltometer(),
  min_speed = 10,
  main = "U-V currents",
  facet = NULL,
  alpha = 0.1
)

Arguments

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

Value

ggplot2 object


rfrancolini/tiltometer documentation built on Dec. 22, 2021, 3:08 p.m.