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