cut_wd.fun: Partial function constructor to cut wind direction into...

View source: R/cutfuns.R

cut_wd.funR Documentation

Partial function constructor to cut wind direction into factor classes

Description

Creates a partial function of ggplot2::cut_width() with ⁠width = binwidth. closed = "left", boundary = 0⁠ as fixed arguments

Usage

cut_wd.fun(binwidth = 45, ...)

Arguments

binwidth

width for ggplot2::cut_width() in degrees wind direction (must fullfill binwidth %in% 360 / c(4, 8, 16, 32))

...

passed to ggplot2::cut_width()

Value

a partial cut_wd() function with wd as sole argument

See Also

cut_wd()


Ostluft/rOstluft.plot documentation built on Jan. 26, 2025, 1:05 a.m.