Learn R Programming

dynplot (version 1.1.2)

theme_graph: We like our plots clean

Description

We like our plots clean

Usage

theme_graph()

Arguments

Value

A ggplot2 theme.

Examples

Run this code
# NOT RUN {
data(example_bifurcating)
g <- plot_dimred(example_bifurcating)
g + theme_graph()
# }

Run the code above in your browser using DataLab