Learn R Programming

sbpiper (version 1.9.0)

pca_theme: A generic basic theme for pca. It extends ggplot2 theme_classic().

Description

A generic basic theme for pca. It extends ggplot2 theme_classic().

Usage

pca_theme(base_size = 12, base_family = "")

Arguments

base_size

the font size

base_family

the font family

Examples

Run this code
# NOT RUN {
library(ggplot2)
theme_set(pca_theme(36))
# }

Run the code above in your browser using DataLab