preview.ggplot.pdf: quickly preview ggplot pdf

Description Usage Arguments Examples

View source: R/preview.R

Description

quickly preview ggplot pdf

Usage

1

Arguments

Gs

ggplot object

width

width of figure (cm)

height

height of figure (cm)

Examples

1
2
Gs <- ggplot()+draw_label("abd")
preview.ggplot.pdf(Gs,4,4)

taotaochen86/myfuns documentation built on Jan. 23, 2021, 10:46 p.m.