tests/test_colorWheel.R

library(oaColors)

pdf("paletteTest.pdf", width = 6, height = 6)

for( i in 1:9){
	myColors <- oaPalette(i, alpha = 0.7)
	colorWheel(myColors)
}

dev.off()

Try the oaColors package in your browser

Any scripts or data that you put into this service are public.

oaColors documentation built on May 1, 2019, 8:40 p.m.