Partial function constructor to cut wind direction into factor classes
Source:R/cutfuns.R
cut_wd.fun.Rd
Creates a partial function of ggplot2::cut_width()
with width = binwidth. closed = "left", boundary = 0
as fixed
arguments
Arguments
- binwidth
width for
ggplot2::cut_width()
in degrees wind direction (must fullfillbinwidth %in% 360 / c(4, 8, 16, 32)
)- ...
passed to
ggplot2::cut_width()
Value
a partial cut_wd()
function with wd as sole argument