diff options
Diffstat (limited to 'README.Rmd')
| -rw-r--r-- | README.Rmd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ library(csobczak.r) library(patchwork) X <- matrix(data = rnorm(100), nrow = 10) R <- cor(X) -p1 <- corplot(R, title = 'Example Correlation Plot') +p1 <- heatmap(R, title = 'Example Correlation Plot') p2 <- networkplot(R, title = 'Example Network Plot') p1 + p2 ``` |
