diff --git a/docs/articles/rrvgo.html b/docs/articles/rrvgo.html index 7902e64..a9084be 100644 --- a/docs/articles/rrvgo.html +++ b/docs/articles/rrvgo.html @@ -179,7 +179,7 @@

Similarity matrix heatmap annotateParent=TRUE, annotationLabel="parentTerm", fontsize=6) -

+

The function internally uses pheatmap, and further parameters can be passed to this function.

@@ -193,7 +193,7 @@

Scatter plot d the GO term contains.

 scatterPlot(simMatrix, reducedTerms)
-

+

Treemap plot @@ -220,7 +220,7 @@

Word cloud
 wordcloudPlot(reducedTerms, min.freq=1, colors="black")

-

+

The function internally uses wrodcloud, and further parameters can be passed to this function.

diff --git a/docs/articles/rrvgo_files/figure-html/unnamed-chunk-3-1.png b/docs/articles/rrvgo_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 0000000..7636cb2 Binary files /dev/null and b/docs/articles/rrvgo_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/articles/rrvgo_files/figure-html/unnamed-chunk-4-1.png b/docs/articles/rrvgo_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 0000000..ae0c25a Binary files /dev/null and b/docs/articles/rrvgo_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/docs/articles/rrvgo_files/figure-html/unnamed-chunk-6-1.png b/docs/articles/rrvgo_files/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 0000000..c3f6bfe Binary files /dev/null and b/docs/articles/rrvgo_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 2bdfec9..fb2c8fd 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -3,5 +3,5 @@ pkgdown: 2.0.7 pkgdown_sha: ~ articles: rrvgo: rrvgo.html -last_built: 2023-09-06T20:19Z +last_built: 2023-09-06T20:29Z diff --git a/docs/reference/Rplot001.png b/docs/reference/Rplot001.png index 2b278a3..7178496 100644 Binary files a/docs/reference/Rplot001.png and b/docs/reference/Rplot001.png differ diff --git a/docs/reference/scatterPlot-1.png b/docs/reference/scatterPlot-1.png index 8a6ae26..bf5f94e 100644 Binary files a/docs/reference/scatterPlot-1.png and b/docs/reference/scatterPlot-1.png differ diff --git a/docs/reference/wordcloudPlot-1.png b/docs/reference/wordcloudPlot-1.png index a7ef6cf..6dc7890 100644 Binary files a/docs/reference/wordcloudPlot-1.png and b/docs/reference/wordcloudPlot-1.png differ