powered by
Generates a plot of available brick colors. These names must be used exactly when creating custom name lists. There are 41 solid brick color names and 13 transparent colors. Transparent colors are not used in mosaics.
build_colors(.names_only = FALSE, include_transparent = TRUE)
Return an array of the 41 solid brick color names and 13 transparent colors. Does not plot.
Include transparent colors in the plot output.
An array or ggplot of brick colors & ID numbers.
Use .names_only = TRUE to get a list of color names.
Other Resources: build_instructions(), build_pieces_table(), build_pieces()
build_instructions()
build_pieces_table()
build_pieces()
# NOT RUN { #Generate plot of colors build_colors(include_transparent = FALSE) #Print list of colors build_colors(TRUE) # }
Run the code above in your browser using DataLab