R/RadjCol.R

Defines functions RadjCol

#' ## **`RadjCol()`**
#' 
#' Anothor laziness-motivated function - This is a wrapper function for `grDevices::adjustcolor()`
#'
RadjCol <- function(x, a){adjustcolor(x, alpha = a)}
#'
EccRiley/Riley documentation built on Feb. 15, 2024, 9:29 a.m.