diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-05 19:52:52 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-05 19:52:52 -0700 |
| commit | 967618a8afd690064fc26631340edac8ab584d11 (patch) | |
| tree | b409f0245c930ed7b74d38f6a8428af594a176f8 /man/gg_csobczak.Rd | |
| parent | 572e4ec9f58ce2d609c93398307c6ae5347efe79 (diff) | |
document()
Diffstat (limited to 'man/gg_csobczak.Rd')
| -rw-r--r-- | man/gg_csobczak.Rd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/man/gg_csobczak.Rd b/man/gg_csobczak.Rd new file mode 100644 index 0000000..d5951a1 --- /dev/null +++ b/man/gg_csobczak.Rd @@ -0,0 +1,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 <- ggplot(data=df, aes(x=x, y=y)) + geom_point() +p <- gg_csobczak(p) +} +\keyword{ggplot} +\keyword{p} +\keyword{plot} |
