nicecow: nicify cowplot theme

Description Usage Arguments Details Value Author(s) Examples

View source: R/cowplots.R

Description

nicer cowplot

Usage

1

Arguments

p

plot object

Details

nicer cows

Value

nicer plot object

Author(s)

Chris Wallace

Examples

1
2
3
4
5
6
library(ggplot2)
library(cowplot)
df <- data.frame(x=rnorm(1000),y=rnorm(1000))
p <- ggplot(df, aes(x=x,y=y)) + geom_point() + geom_density2d() + ggtitle("2D data")
p
nicecow(p)

chr1swallace/random-functions documentation built on March 6, 2021, 10:56 a.m.