R/Colorpalette.R

Defines functions ColorPalette

Documented in ColorPalette

ColorPalette<-function(colors=c("red","green"),ncols=5){
	my_palette=colorRampPalette(colors)(ncols)
	
	return(my_palette)
	
}

Try the IntClust package in your browser

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

IntClust documentation built on May 2, 2019, 5:23 p.m.