dark_theme: Dark Theme

Description Usage Arguments Details Value Examples

View source: R/dark_theme.R

Description

Executing this function before plotting, the plot region becomes the dark theme.

Usage

1

Arguments

type

An integer

Details

A function specifies the color in graphic devices.

Value

Nothing

Examples

 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

BayesianFROC documentation built on Jan. 23, 2022, 9:06 a.m.