Package: gplots 3.1.3

gplots: Various R Programming Tools for Plotting Data

Various R programming tools for plotting data, including: - calculating and plotting locally smoothed summary function as ('bandplot', 'wapply'), - enhanced versions of standard plots ('barplot2', 'boxplot2', 'heatmap.2', 'smartlegend'), - manipulating colors ('col2hex', 'colorpanel', 'redgreen', 'greenred', 'bluered', 'redblue', 'rich.colors'), - calculating and plotting two-dimensional data summaries ('ci2d', 'hist2d'), - enhanced regression diagnostic plots ('lmplot2', 'residplot'), - formula-enabled interface to 'stats::lowess' function ('lowess'), - displaying textual data in plots ('textplot', 'sinkplot'), - plotting a matrix where each cell contains a dot whose size reflects the relative magnitude of the elements ('balloonplot'), - plotting "Venn" diagrams ('venn'), - displaying Open-Office style plots ('ooplot'), - plotting multiple data on same region, with separate axes ('overplot'), - plotting means and confidence intervals ('plotCI', 'plotmeans'), - spacing points in an x-y plot so they don't overlap ('space').

Authors:Gregory R. Warnes [aut], Ben Bolker [aut], Lodewijk Bonebakker [aut], Robert Gentleman [aut], Wolfgang Huber [aut], Andy Liaw [aut], Thomas Lumley [aut], Martin Maechler [aut], Arni Magnusson [aut], Steffen Moeller [aut], Marc Schwartz [aut], Bill Venables [aut], Tal Galili [ctb, cre]

gplots_3.1.3.tar.gz
gplots_3.1.3.zip(r-4.4)gplots_3.1.3.zip(r-4.3)
gplots_3.1.3.tgz(r-4.4-any)gplots_3.1.3.tgz(r-4.3-any)
gplots_3.1.3.tar.gz(r-4.4-noble)
gplots_3.1.3.tgz(r-4.4-emscripten)gplots_3.1.3.tgz(r-4.3-emscripten)
gplots.pdf |gplots.html
gplots/json (API)
NEWS

# Install 'gplots' in R:
install.packages('gplots', repos = c('https://talgalili.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/talgalili/gplots/issues

Datasets:
  • rtPCR - Teratogenesis rtPCR data

On CRAN:

33 exports 12 stars 10.63 score 4 dependencies 475 dependents 2.1k mentions 12.4k scripts 75.1k downloads

Last updated 4 months agofrom:af13c7a893. Checks:OK: 1 NOTE: 2 WARNING: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 14 2024
R-4.4-winWARNINGSep 14 2024
R-4.4-macWARNINGSep 14 2024
R-4.3-winNOTESep 14 2024
R-4.3-macNOTESep 14 2024

Exports:angleAxisballoonplotbandplotbarplot2blueredboxplot2ci2dcol2hexcolorpanelgreenredheatmap.2hist2dlmplot2lowessooplotoverplotpanel.overplotplot.vennplotCIplotLowessplotmeansqqnorm.aovredblueredgreenreorder.factorresidplotrich.colorssinkplotsmartlegendspacetextplotvennwapply

Dependencies:bitopscaToolsgtoolsKernSmooth

Venn Diagrams with gplots

Rendered fromvenn.Rnwusingutils::Sweaveon Sep 14 2024.

Last update: 2020-09-12
Started: 2020-02-22

Readme and manuals

Help Manual

Help pageTopics
Add a Axis to a Plot with Rotated LabelsangleAxis
Plot a graphical matrix where each cell contains a dot whose size reflects the relative magnitude of the corresponding component.balloonplot balloonplot.default balloonplot.table
Plot x-y Points with Locally Smoothed Mean and Standard Deviationbandplot bandplot.default bandplot.formula
Enhanced Bar Plotsbarplot2 barplot2.default
Produce a Boxplot Annotated with the Number of Observationsboxplot2
Create 2-dimensional empirical confidence regionsci2d print.ci2d
Convert color names to hex RGB stringscol2hex
Generate a smoothly varying set of colorsbluered colorpanel greenred redblue redgreen
Defunct functionsboxplot.n plot.lm2 smartlegend
Deprecated functionsdeprecated
Enhanced Heat Mapheatmap.2
Compute and Plot a 2-Dimensional Histogramhist2d print.hist2d
Plots to assess the goodness of fit for the linear model objectslmplot2
Scatter Plot Smoothinglowess lowess.default lowess.formula plot.lowess plotLowess
Create an OpenOffice style plotooplot ooplot.default
Plot multiple variables on the same region, with appropriate axesoverplot panel.overplot
Plot Error Bars and Confidence IntervalsplotCI
Plot Group Means and Confidence Intervalsplotmeans
Makes a half or full normal plot for the effects from an aov modelqqnorm.aov
Reorder the Levels of a Factorreorder.factor
Undocumented functionsresidplot
Rich Color Palettesrich.colors
Teratogenesis rtPCR datartPCR
Send textual R output to a graphics devicesinkplot
Space points in an x-y plot so they don't overlap.space
Display text information in a graphics plot.textplot textplot.character textplot.data.frame textplot.default textplot.matrix
Plot a Venn diagramplot.venn venn
Compute the Value of a Function Over a Local Region Of An X-Y Plotwapply