pal_pcr_flag: Get a named palette for coloring samples by flag in a PCR...

Description Usage Value Examples

View source: R/pcr_utils.R

Description

Designed to recoginized labels from flag_samples.

Usage

1

Value

Named character vector for use with scale_color_manual

Examples

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)

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.