Package: ggmatplot Title: Plot Columns of Two Matrices Against Each Other Using 'ggplot2' Version: 0.1.3.9000 Authors@R: c( person("Xuan", "Liang", email = "xuan.liang@anu.edu.au", comment = c(ORCID = "0000-0002-0792-3751"), role = c("aut", "cre")), person("Francis K. C.", "Hui", email = "fhui28@gmail.com", comment = c(ORCID = "0000-0003-0765-3533"), role = c("aut")), person("Emi", "Tanaka", email = "dr.emi.tanaka@gmail.com", comment = c(ORCID = "0000-0002-1455-259X"), role = c("aut")), person("Dilinie", "Seimon", email = "dilinieseimon@gmail.com", comment = c(ORCID = "0000-0003-4431-6077"), role = c("aut"))) Description: A quick and easy way of plotting the columns of two matrices or data frames against each other using 'ggplot2'. Although 'ggmatplot' doesn't provide the same flexibility as 'ggplot2', it can be used as a workaround for having to wrangle wide format data into long format for plotting with 'ggplot2'. URL: https://github.com/xuan-liang/ggmatplot, https://xuan-liang.github.io/ggmatplot/ BugReports: https://github.com/xuan-liang/ggmatplot/issues License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.3.2 Depends: R (>= 3.4.0), ggplot2 Imports: stats Suggests: rmarkdown, knitr, testthat (>= 3.0.0), vdiffr, tibble, tidyr, covr VignetteBuilder: knitr Config/testthat/edition: 3 Repository: https://xuan-liang.r-universe.dev Date/Publication: 2026-05-15 01:52:27 UTC RemoteUrl: https://github.com/xuan-liang/ggmatplot RemoteRef: HEAD RemoteSha: 615a03251011ac0a21ed1bfa565ec41c4aa7ed59 NeedsCompilation: no Packaged: 2026-06-14 06:38:49 UTC; root Author: Xuan Liang [aut, cre] (ORCID: ), Francis K. C. Hui [aut] (ORCID: ), Emi Tanaka [aut] (ORCID: ), Dilinie Seimon [aut] (ORCID: ) Maintainer: Xuan Liang