CRUKcol: Function to return CRUK brand colours

Description Usage Arguments Author(s) References See Also Examples

Description

This function can return the 2 primary CRUK colours and the 8 secondary CRUK colours, either as they are or as 10

Usage

1
CRUKcol(col = "Blue", tint = 0)

Arguments

col

should be one of "Blue", "Magenta","Teal","Green","Orange","Yellow","Purple","Pink","LightBlue" or "Turquoise".

tint

should be 0 (default) for saturated colour, 1 for 10% tint, 2 for 20% tint

Author(s)

Andy Lynch

References

www.cancerresearchuk.org/branding/images/pdfs/guidelines

See Also

Camcol

Examples

1
plot(rnorm(500),rnorm(500),pch=15,col=CRUKcol("Blue"))

markdunning/crukCIMisc documentation built on May 21, 2019, noon