From 0a3427335bd7d23d22a989cb436a25465ceaf52a Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Tue, 16 Jun 2026 17:19:44 -0700 Subject: Put images next to each other --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9cc9470..4a1456b 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,11 @@ This is a basic example which shows you how to solve a common problem: ``` r library(csobczak.r) +library(patchwork) X <- matrix(data = rnorm(100), nrow = 10) R <- cor(X) -corplot(R, title = 'Example Correlation Plot') -``` - - - -``` r +corplot(R, title = 'Example Correlation Plot') + networkplot(R, title = 'Example Network Plot') ``` - + -- cgit v1.2.3