Description Usage Value Examples
Designed to recoginized labels from flag_samples.
1  | 
Named character vector for use with scale_color_manual
1 2 3 4 5 6  | ## Not run: 
ggplot(pcr_data, aes(tx, cq, color = flag)) +
  geom_point(position = "jitter") +
  scale_color_manual(values = pal_pcr_flag)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.