Recent Releases of ggexpress

ggexpress - ggExpress 0.9.5 - Major update

Numerous Bug Fixes, New features, Consistency, Robustness, Documentation

Full Changelog: https://github.com/vertesy/ggExpress/compare/v0.9.0...v0.9.5

- R
Published by vertesy over 1 year ago

ggexpress - v0.9.0

Major code cleanup, dependency cleanup, many new features.

Full Changelog: https://github.com/vertesy/ggExpress/compare/v0.7.3...v0.9.0

- R
Published by vertesy about 2 years ago

ggexpress - v0.7.3

Yearly update: many new features, bug fixes.

- R
Published by vertesy over 2 years ago

ggexpress - ggExpress v0.6.1

BF & NF

Full Changelog: https://github.com/vertesy/ggExpress/compare/v0.4.8...v0.6.1

- R
Published by vertesy over 3 years ago

ggexpress - ggExpress v0.4.8

Multiple new functions!

Venn diagram, Stripcharts

Full Changelog: https://github.com/vertesy/ggExpress/compare/v0.3.7...v0.4.8

- R
Published by vertesy about 4 years ago

ggexpress - ggExpress v0.3.7

Various bug fixes, compatibility with other @vertesy packages and small new features.

- R
Published by vertesy over 4 years ago

ggexpress - Major ggExpress update

ggExpress is the fastest way to create, annotate and and save plots in R.

Full Changelog: https://github.com/vertesy/ggExpress/compare/0.0.1...v0.2.7

- R
Published by vertesy over 4 years ago

ggexpress - First ggExpressDev release

ggExpress

ggExpress is the fastest way to create, annotate and export plots in R.

image

Current main functions

  • qhistogram()

  • qdensity()

  • qbarplot()

  • qpie()

  • qscatter()

Usage

```r 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.

- R
Published by vertesy over 4 years ago

ggexpress - ggExpressDev first pre-release

ggExpress is the fastest way to create, annotate and export plots in R using ggpubr, cowplot, and MarkdownReports.

- R
Published by vertesy over 5 years ago