From 99a37d03343317793b0dd90546f15119cf9b3e64 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Sun, 12 Jul 2026 19:20:23 -0700 Subject: Update readme for cgit --- README.Rmd | 2 +- README.md | 2 +- man/figures/README-example-1.png | Bin 51962 -> 49402 bytes man/heatmap.Rd | 4 +++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index 8ddf423..98fded9 100644 --- a/README.Rmd +++ b/README.Rmd @@ -26,7 +26,7 @@ You can install the development version of csobczak.r like so: ``` r install.packages('pak') -pak::pkg_install('git::https://codeberg.org/csobczak/csobczak.r') +pak::pkg_install('git::https://git.sobczak.family/csobczak.r.git') ``` ## Example diff --git a/README.md b/README.md index c6665cb..4d3c89a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You can install the development version of csobczak.r like so: ``` r install.packages('pak') -pak::pkg_install('git::https://codeberg.org/csobczak/csobczak.r') +pak::pkg_install('git::https://git.sobczak.family/csobczak.r.git') ``` ## Example diff --git a/man/figures/README-example-1.png b/man/figures/README-example-1.png index 48e165d..691116a 100644 Binary files a/man/figures/README-example-1.png and b/man/figures/README-example-1.png differ diff --git a/man/heatmap.Rd b/man/heatmap.Rd index 4aef3d0..15bf578 100644 --- a/man/heatmap.Rd +++ b/man/heatmap.Rd @@ -4,7 +4,7 @@ \alias{heatmap} \title{Heatmap Plot (Upper Triangle)} \usage{ -heatmap(R, title = NULL, labels = FALSE) +heatmap(R, title = NULL, labels = FALSE, order = NULL) } \arguments{ \item{R}{A square numeric correlation matrix} @@ -12,6 +12,8 @@ heatmap(R, title = NULL, labels = FALSE) \item{title}{Optional plot title} \item{labels}{Logical to plot column names or not (default FALSE)} + +\item{order}{Optional character vector of the order you want the plot sorted in} } \value{ A ggplot object -- cgit v1.2.3