From 617b79fb3e0707b9bd0b446db73a2b1d7f6f3f94 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Wed, 10 Jun 2026 15:58:27 -0700 Subject: Add corplot --- man/gg_csobczak.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/gg_csobczak.Rd') diff --git a/man/gg_csobczak.Rd b/man/gg_csobczak.Rd index d5951a1..70495d5 100644 --- a/man/gg_csobczak.Rd +++ b/man/gg_csobczak.Rd @@ -14,7 +14,7 @@ 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 <- ggplot2::ggplot(data=df, ggplot2::aes(x = x, y = y)) + ggplot2::geom_point() p <- gg_csobczak(p) } \keyword{ggplot} -- cgit v1.2.3