ggpts: ggpts

View source: R/ggpts.R

ggptsR Documentation

ggpts

Description

Makes text size changes much easier in ggplot

Usage

ggpts(x)

Arguments

x

size

Value

changes text size in plot

Examples

g <- ggplot(mtcars, aes(x=wt, y=mpg)) + geom_point() +
annotate(geom="label", x = 3.5, y = 22.5, label = "Some Text", size = ggpts(12))

Nicktz/fmxdat documentation built on Aug. 25, 2024, 10:18 a.m.