Skip to content

Commit

Permalink
new release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Oct 24, 2024
1 parent c9d4326 commit 8875fda
Showing 1 changed file with 38 additions and 52 deletions.
90 changes: 38 additions & 52 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,77 +84,63 @@ qscatter(dfx, suffix = "2D.gaussian")



## List of Functions (17)

Updated: 2023/11/24 16:40
## List of Functions in ggExpress.R (19)
Updated: 2024/10/24 15:51

- #### 1 `qhistogram()`

Quick Histogram Plotting. This function generates a histogram and saves the plot for a given vector and offers several customizations.
Quick Histogram Plotting. This function generates a histogram and saves the plot for a given vector and offers several customizations.

- #### 2 `qdensity()`
qdensity. Draw and save a density plot.

qdensity. Draw and save a density plot.

- #### 3 `qbarplot()`

qbarplot. Draw and save a barplot.

- #### 4 `qbarplot.df()`

qbarplot.df - Barplot for tibbles or dataframes. Draw and save a barplot for tibbles or dataframes

- #### 5 `qpie()`

qpie. Draw and save a pie chart

- #### 6 `qboxplot()`

qboxplot. Draw and save a boxplot

- #### 7 `qviolin()`

qviolin. Draw and save a violin plot

- #### 8 `qstripchart()`

qstripchart. Generates a stripchart and saves the plot for a given 2-column dataframe and offers several customizations.

- #### 9 `qscatter()`

qscatter. Draw and save a 2D-scatter plot.

- #### 10 `qvenn()`

qvenn - Venn Diagram. Draw and save a Venn Diagram using the `ggVennDiagram` package.
- #### 3 `qpie()`
qpie. Draw and save a pie chart

- #### 11 `qqSave()`
- #### 4 `qbarplot()`
qbarplot. Draw and save a barplot.

qqSave. Quick-Save ggplot objects
- #### 5 `qbarplot.stacked.from.wide.df()`
qbarplot.stacked.from.wide.df - Barplot for tibbles or dataframes. Draw and save a stacked barplot for each row of a dataframe.

- #### 12 `q32vA4_grid_plot()`
- #### 6 `qbarplot.df()`
qbarplot.df - Barplot for tibbles or dataframes. Draw and save a barplot for tibbles or dataframes

q32vA4_grid_plot. Plot up to 6 panels (3-by-2) on vertically standing A4 page.
- #### 7 `qscatter()`
qscatter. Draw and save a 2D-scatter plot.

- #### 13 `qA4_grid_plot()`
- #### 8 `qboxplot()`
qboxplot. Draw and save a boxplot

qA4_grid_plot. Plot up to 6 panels (3-by-1) on vertically standing A4 page.
- #### 9 `qviolin()`
qviolin. Draw and save a violin plot

- #### 14 `qMarkdownImageLink()`
- #### 10 `qstripchart()`
qstripchart. Generates a stripchart and saves the plot for a given 2-column dataframe and offers several customizations.

qMarkdownImageLink. Insert Markdown image link to .md report
- #### 11 `# qheatmap()`
qvenn - Venn Diagram. Draw and save a Venn Diagram using the `ggVennDiagram` package.

- #### 15 `qqqAxisLength()`
- #### 12 `qqSave()`
qqSave. Quick-Save ggplot objects

qqqAxisLength. Define Axis Length
- #### 13 `q32vA4_grid_plot()`
q32vA4_grid_plot. Plot up to 6 panels (3-by-2) on vertically standing A4 page.

- #### 16 `qqqNamed.Vec.2.Tbl()`
- #### 14 `qA4_grid_plot()`
qA4_grid_plot. Plot up to 6 panels (3-by-1) on vertically standing A4 page.

qqqNamed.Vec.2.Tbl. Covert a named vector to a table.
- #### 15 `qMarkdownImageLink()`
qMarkdownImageLink. Insert Markdown image link to .md report

- #### 17 `qqqTbl.2.Vec()`
- #### 16 `qqqAxisLength()`
qqqAxisLength. Define Axis Length

qqqTbl.2.Vec. Covert a table to a named vector.
- #### 17 `qqqNamed.Vec.2.Tbl()`
qqqNamed.Vec.2.Tbl. Covert a named vector to a table.

- #### 18 `qqqTbl.2.Vec()`
qqqTbl.2.Vec. Covert a table to a named vector.

- #### 19 `qqqList.2.DF.ggplot()`
qqqList.2.DF.ggplot. Convert a list to a tow-column data frame to plot boxplots and violin plots

0 comments on commit 8875fda

Please sign in to comment.