Selecting optimal number of bins and width for rose diagrams
rose_bins(n, round = FALSE) rose_binwidth(n, axial = TRUE, ...)
n
: Integer. number of dataround
: Logical. Whether bin width is round to zero digits (round=TRUE
, the default) or as is (FALSE
).axial
: Logical. Whether data are uniaxial (axial=FALSE
) or biaxial (TRUE
, the default)....
: Additional arguments passed to rose_bw()
.