check-scalar-isDark | R Documentation |
Is dark mode preferred?
isDark()
Checks for acid.dark
option in current session.
Useful for changing the appearance of ggplot2 output, especially for single cell RNA-seq clustering plots.
logical(1)
.
Updated 2022-03-08.
## TRUE ====
options("acid.dark" = TRUE)
isDark()
## FALSE ====
options("acid.dark" = NULL)
isDark()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.