R/opposite.R

Defines functions opposite

Documented in opposite

#' @export
opposite <-
function(color, plot=TRUE, bg="white", labcol=NULL, cex=0.8, title=TRUE) 
{
	complementary(color, plot=plot, bg=bg, labcol=labcol, cex=cex, title=title)
}
gastonstat/colortools documentation built on April 8, 2022, 5:59 a.m.