summaryrefslogtreecommitdiff
path: root/man/gg_csobczak.Rd
blob: 70495d557509988a0be09413519fa2ba2d676f01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/gg_csobczak.R
\name{gg_csobczak}
\alias{gg_csobczak}
\title{Add Formatting}
\usage{
gg_csobczak(p)
}
\arguments{
\item{p}{A ggplot object to add formatting to.}
}
\description{
This adds standard formating to my ggplots.
}
\examples{
df <- data.frame(x=rnorm(10), y=rnorm(10))
p <- ggplot2::ggplot(data=df, ggplot2::aes(x = x, y = y)) + ggplot2::geom_point()
p <- gg_csobczak(p)
}
\keyword{ggplot}
\keyword{p}
\keyword{plot}