Releases: vertesy/ggExpress
Releases · vertesy/ggExpress
ggExpress 0.9.5 - Major update
Numerous Bug Fixes, New features, Consistency, Robustness, Documentation
Full Changelog: v0.9.0...v0.9.5
v0.9.0
Major code cleanup, dependency cleanup, many new features.
Full Changelog: v0.7.3...v0.9.0
v0.7.3
ggExpress v0.6.1
BF & NF
Full Changelog: v0.4.8...v0.6.1
ggExpress v0.4.8
ggExpress v0.3.7
Various bug fixes, compatibility with other @vertesy packages and small new features.
Major ggExpress update
ggExpress is the fastest way to create, annotate and and save plots in R.
Full Changelog: 0.0.1...v0.2.7
First ggExpressDev release
ggExpress
ggExpress is the fastest way to create, annotate and export plots in R.
Current main functions
-
qhistogram()
-
qdensity()
-
qbarplot()
-
qpie()
-
qscatter()
Usage
require(ggpubr)
require(cowplot)
require(MarkdownReports) # https://github.com/vertesy/MarkdownReportsDev
source("https://raw.githubusercontent.com/vertesy/ggExpressDev/main/ggExpress.functions.R")
weight <- rnorm(1000);
qhistogram(weight, vline = 3)
qdensity(weight)
weight3 <- runif (12)
qbarplot(weight3)
xvec <- c("A"=12, "B"=29)
qpie(vec = xvec)
dfx <- as.data.frame(cbind("AA"=rnorm(12), "BB"=rnorm(12)))
qscatter(dfx, suffix = "2D.gaussian")
Output
Saved as pdf by default.
ggExpressDev first pre-release
ggExpress is the fastest way to create, annotate and export plots in R using ggpubr, cowplot, and MarkdownReports.