vertesy / ggExpress

ggExpress is the fastest way to create, annotate and and save plots in R.
https://vertesy.github.io/ggExpress
GNU General Public License v3.0
4 stars 2 forks source link

Manual #2

Open vertesy opened 3 years ago

vertesy commented 3 years ago
image

Function relationships (2023/11/27)

(of connected functions)

 flowchart LR 

  qviolin(qviolin) --> qqqList.2.DF.ggplot(qqqList.2.DF.ggplot)
  qviolin(qviolin) --> qqSave(qqSave)
  qviolin(qviolin) --> qMarkdownImageLink(qMarkdownImageLink)
  qvenn(qvenn) --> qqSave(qqSave)
  qvenn(qvenn) --> qMarkdownImageLink(qMarkdownImageLink)
  qstripchart(qstripchart) --> qqqList.2.DF.ggplot(qqqList.2.DF.ggplot)
  qstripchart(qstripchart) --> qqSave(qqSave)
  qstripchart(qstripchart) --> qMarkdownImageLink(qMarkdownImageLink)
  qscatter(qscatter) --> qqSave(qqSave)
  qscatter(qscatter) --> qMarkdownImageLink(qMarkdownImageLink)
  qpie(qpie) --> qqqNamed.Vec.2.Tbl(qqqNamed.Vec.2.Tbl)
  qpie(qpie) --> qqSave(qqSave)
  qpie(qpie) --> qMarkdownImageLink(qMarkdownImageLink)
  qhistogram(qhistogram) --> qqqNamed.Vec.2.Tbl(qqqNamed.Vec.2.Tbl)
  qhistogram(qhistogram) --> qqSave(qqSave)
  qhistogram(qhistogram) --> qMarkdownImageLink(qMarkdownImageLink)
  qdensity(qdensity) --> qqqNamed.Vec.2.Tbl(qqqNamed.Vec.2.Tbl)
  qdensity(qdensity) --> qqSave(qqSave)
  qdensity(qdensity) --> qMarkdownImageLink(qMarkdownImageLink)
  qboxplot(qboxplot) --> qqqList.2.DF.ggplot(qqqList.2.DF.ggplot)
  qboxplot(qboxplot) --> qqSave(qqSave)
  qboxplot(qboxplot) --> qMarkdownImageLink(qMarkdownImageLink)
  qbarplot.df(qbarplot.df) --> qqSave(qqSave)
  qbarplot.df(qbarplot.df) --> qMarkdownImageLink(qMarkdownImageLink)
  qbarplot(qbarplot) --> qqqNamed.Vec.2.Tbl(qqqNamed.Vec.2.Tbl)
  qbarplot(qbarplot) --> qqSave(qqSave)
  qbarplot(qbarplot) --> qMarkdownImageLink(qMarkdownImageLink)

created by convert_igraph_to_mermaid()