How to find all R packages containing graphics functions?

It is always difficult for me to find all the available alternative ways to create a certain schedule that I have already decided to use (looking for different options) or one that I have not thought about.

The R Graphical Manual website provides a complete list of samples of R graphical functions, but it’s easier for me to search by specifying the package name (how else, for example, can I get a set of results, including a function superbarplot, when I want to search for stroke fonts ?. Not to mention that superbarblot Count does not appear in the results, even if I tried to find him a package: UsingR)

A comparison of the modules of the additional module R-SAS-SPSS - and especially on the topic Graphics, Staticin the table above - gave me that it would be nice to have a place where all the relevant packages are listed on the topic.

Do you have any ideas about this?

+3
source share
4 answers

If you are interested in learning about all the possible graphs that you can do, you should learn about the grammar of the graph and (my) its implementation in R : ggplot2.

+4
source

Your question, or general template, was clearly the main use case for the sos package design anyway .

sos , ; , ( "sortby", sortby = "Date" )

:

findFn

, , :

findFn("scatter plot", maxPages=2, sortby="TotalScore")

, HTML, ( , , , )

dataframe/HTML " ". ( , ) R .

, , " " :

  • ade4 (: )
  • IDPmisc (: ipairs, iplots)
  • GGally (: ggally_points)
  • PerformanceAnalytics (: chart.Scatter)
  • mclust (: clPairs)

:

findFn("boxplot", maxPages=2, sortby="TotalScore")

( ) / :

  • sfsmisc (function: boxplot.matrix)
  • aplpack (function: boxplot2D)
  • NADA (: boxplot-methods)
  • StatDA (: rg.boxplot)
  • plotrix (: gap.boxplot)
  • gplots (function: boxplot.n)
  • multcompView (: multcompBoxplot)
  • oligo (: boxplot)
+3

R Graph Gallery?

, CRAN ...

+2

Source: https://habr.com/ru/post/1730436/


All Articles