mistr_theme {mistr}R Documentation

Mistr Theme for Ggplot

Description

Theme for plots that use ggplot2.

Usage

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

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.

Value

ggplot theme.

See Also

theme


[Package mistr version 0.0.6 Index]