A dataframe of treatments and their assigned colours for consistency across plots
Source:R/Sample-datasets.R
sample_treatment_names_and_colours.Rd
This is an example of the dataframe used to specify a colour theme for each treatment. It is used to create a consistent colour scheme across all plots produced with this package.
Format
An .rda file containing 4 objects of 4 variables
treatment
A character value specifying the treatment applied (e.g. "Control", "HNMPA") such as antagonists or agonists, or any protocol applied to the animals (e.g. "Fasting").
display_names
A character value with the same treatment names as in
treatment
except you would replace underscores with spaces and add line breaks if needed. This is to create more attractive, human-readable axis labels and table values.colours
A character value with hex colour values.
very_pale_colours
A character value with hex colour values. These are all lighter than the colours in
colours
and they are used to create contrast in summary plots with both sexes.