Skip to contents

A compilation of various commands and tools I’ve used that may be helpful. This package will not be routinely updated, but I’ll add things as they come up.

Installation

Install the development version from GitHub using the following:

# install.packages("devtools")
devtools::install_github("guziordo/guzioR")

Usage

Included Palettes

There are 3 palettes included, built by myself or others.

Thank you to Dr. Lydia-Ann Ghuneim for providing the CPCOLS palette.

Big 10 Palettes

I don’t own any of the rights to things from the Big 10. These are some palettes generated based on their brand identities. First two colors in each are the primary colors of that school.

Selecting Palettes

Each can be subset based on what groups are wanted, either with $<name> for single palettes within a set or using the method below to select multiple.

b10.pal[c("buckeye","spartan")]