Learn R Programming

ggswissmaps (version 0.0.2)

theme_white: theme_white is a ggplot2 theme object and can be added to a ggplot2 object to eliminate axes, ticks and put white background

Description

theme_white is a ggplot2 theme object and can be added to a ggplot2 object to eliminate axes, ticks and put white background

Usage

theme_white

Arguments

format

List of 8 $ axis.title : list() ..- attr(*, "class")= chr [1:2] "element_blank" "element" $ axis.text : list() ..- attr(*, "class")= chr [1:2] "element_blank" "element" $ axis.ticks : list() ..- attr(*, "class")= chr [1:2] "element_blank" "element" $ axis.line : list() ..- attr(*, "class")= chr [1:2] "element_blank" "element" $ panel.background: list() ..- attr(*, "class")= chr [1:2] "element_blank" "element" $ panel.border : list() ..- attr(*, "class")= chr [1:2] "element_blank" "element" $ panel.margin : list() ..- attr(*, "class")= chr [1:2] "element_blank" "element" $ panel.grid : list() ..- attr(*, "class")= chr [1:2] "element_blank" "element" - attr(*, "class")= chr [1:2] "theme" "gg" - attr(*, "complete")= logi FALSE