EmptyTheme: Empty-plot theme

Description Usage Value Examples

View source: R/plottingfns.R

Description

Formats a ggplot object for plotting with no annotations/grids.

Usage

1

Value

Object of class ggplot

Examples

1
2
3
4
5
## Not run: 
X <- data.frame(x=runif(100),y = runif(100), z = runif(100))
EmptyTheme() + geom_point(data=X,aes(x,y,colour=z))

## End(Not run)

shazhe/mvst0 documentation built on May 29, 2019, 9:20 p.m.