|
|
|
@@ -42,7 +42,8 @@ scale_xaringan_continuous( |
|
|
|
color = NULL, |
|
|
|
begin = 0, |
|
|
|
end = 1, |
|
|
|
inverse = FALSE |
|
|
|
inverse = FALSE, |
|
|
|
na.value = NA |
|
|
|
) |
|
|
|
|
|
|
|
scale_xaringan_fill_continuous( |
|
|
|
@@ -94,6 +95,8 @@ value of \code{inverse_header_color}} |
|
|
|
\item{begin}{Number in the range of \code{[0, 1]} indicating to which point in the color scale the smallest data value should be mapped.} |
|
|
|
|
|
|
|
\item{end}{Number in the range of \code{[0, 1]} indicating to which point in the color scale the largest data value should be mapped.} |
|
|
|
|
|
|
|
\item{na.value}{Color to be used for missing data points.} |
|
|
|
} |
|
|
|
\description{ |
|
|
|
\ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#maturing}{\figure{lifecycle-maturing.svg}{options: alt='[Maturing]'}}}{\strong{[Maturing]}} |