Learn R Programming

ggrastr (version 0.1.7)

theme_pdf: Pretty theme

Description

Pretty theme

Usage

theme_pdf(show.ticks = T, legend.pos = NULL)

Arguments

show.ticks

Show x- and y- ticks.

legend.pos

Vector with x and y position of the legend.

Examples

Run this code
# NOT RUN {
ggplot() + geom_point(aes(x=rnorm(1000), y=rnorm(1000), color=(1:1000 / 1000))) + theme_pdf(F, legend.pos=c(1, 1))

# }

Run the code above in your browser using DataLab