# NOT RUN {
if (requireNamespace("ggplot2", quietly = TRUE)) {
library(ggplot2)
ggplot(fake_trees, aes(x = dim1, y = dim2, color = branches)) +
geom_point() +
scale_color_manual(values = limn_pal_tableau10())
ggplot(fake_trees, aes(x = dim1, y = dim2, color = branches)) +
geom_point() +
scale_color_manual(values = limn_pal_tableau20())
}
# }
Run the code above in your browser using DataLab