format_shapes.Rd
Format or create shapes for a vector with categorical values
format_shapes(x, shapes = NULL, allow_duplicated = TRUE)
Vector of categorical values for which we want to specify shapes.
Vector of shapes longer or equal the number of unique levels of x. Can be named or non-named. If NULL, shapes are generated.
Named vector of shapes for all unique values of x.