Description Usage Arguments Details Value Examples
Executing this function before plotting, the plot region becomes the dark theme.
1 | dark_theme(type = 1)
|
type |
An integer |
A function specifies the color in graphic devices.
Nothing
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ## Not run:
dark_theme(1)
graphics::plot(c(1,2,3),c(1,2,3))
dark_theme(2)
graphics::plot(c(1,2,3),c(1,2,3))
# 2019.05.21 Revised.
dark_theme(3)
graphics::plot(c(1,2,3),c(1,2,3))
dark_theme(4)
graphics::plot(c(1,2,3),c(1,2,3))
# 2019 Oct 19 Revised
## End(Not run)# dottest
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.