Learn R Programming

BayesianFROC (version 1.0.0)

dark_theme: Dark Theme

Description

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

Usage

dark_theme(type = 1)

Arguments

type

An integer

Value

Nothing

Details

A function specifies the color in graphic devices.

Examples

Run this code
# NOT RUN {
 
# }
# 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

# }
# NOT RUN {
# dottest
# }

Run the code above in your browser using DataLab