R/analogous.R

Defines functions analogous

Documented in analogous

#' @export
analogous <-
function(color, plot=TRUE, bg="white", labcol=NULL, cex=0.8, title=TRUE) 
{
	adjacent(color, plot=plot, bg=bg, labcol=labcol, cex=cex, title=title)
}

Try the colortools package in your browser

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

colortools documentation built on May 2, 2019, 2:10 p.m.