Learn R Programming

mistr (version 0.0.6)

mistr_theme: Mistr Theme for Ggplot

Description

Theme for plots that use ggplot2.

Usage

mistr_theme(grey = FALSE, blue = FALSE, legend.position = "right", ...)

Value

ggplot theme.

Arguments

grey

logical, if TRUE grey palette is used, default: FALSE.

blue

logical, if TRUE blue palette is used, default: FALSE.

legend.position

position of legend, default: "right".

...

further arguments to be passed.

See Also