LinePlotTheme: Line-plot theme

Description Usage Value Examples

Description

Formats a ggplot object for neat plotting.

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))
LinePlotTheme() + geom_point(data=X,aes(x,y,colour=z))

## End(Not run)

andrewzm/atminv documentation built on May 10, 2019, 11:14 a.m.