theme_transparent: Create a ggplot with Transparent Background

Description Usage Arguments See Also Examples

Description

Create a ggplot with transparent background.

Usage

1
theme_transparent(base_size = 12, base_family = "")

Arguments

base_size

base font size

base_family

base font family

See Also

theme_pubr

Examples

1
2
3
4
5
6
7
8
# Create a scatter plot
sp <- ggscatter(iris, x = "Sepal.Length", y = "Sepal.Width",
               color = "Species", palette = "jco",
               size = 3, alpha = 0.6)
sp

# Transparent theme
sp + theme_transparent()

YTLogos/ggpubr documentation built on May 3, 2019, 9:04 p.m.