gl_unq: Generate a factor with unequal number of repetitions.
Description
Generate a factor with levels of unequal length.
Usage
gl_unq(n, k, labels = 1:n)
Arguments
labels
optional vector of labels
Details
Internal function to generate a factor with levels of unequal length, used by ggs_histogram
.