Skip to contents

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