Learn R Programming

⚠️There's a newer version (3.3.0) of this package.Take me there.

gplots (version 2.17.0)

Various R Programming Tools for Plotting Data

Description

Various R programming tools for plotting data, including: - calculating and plotting locally smoothed summary functionals ('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 sets 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').

Copy Link

Version

Install

install.packages('gplots')

Monthly Downloads

109,358

Version

2.17.0

License

GPL-2

Maintainer

the of this package were written by Gregory R. Warnes

Last Published

May 2nd, 2015

Functions in gplots (2.17.0)

balloonplot

Plot a graphical matrix where each cell contains a dot whose size reflects the relative magnitude of the corresponding component.
gplots-deprecated

Deprecated functions
overplot

Plot multiple variables on the same region, with appropriate axes
bandplot

Plot x-y Points with Locally Smoothed Mean and Standard Deviation
plotCI

Plot Error Bars and Confidence Intervals
barplot2

Enhanced Bar Plots
lowess

Scatter Plot Smoothing
lmplot2

Plots to assess the goodness of fit for the linear model objects
ooplot.default

Create an OpenOffice style plot
rtPCR

Teratogenesis rtPCR data
rich.colors

Rich Color Palettes
ci2d

Create 2-dimensional empirical confidence regions
boxplot2

Produce a Boxplot Annotated with the Number of Observations
gplots-defunct

Defunct functions
venn

Plot a Venn diagram
plotmeans

Plot Group Means and Confidence Intervals
col2hex

Convert color names to hex RGB strings
hist2d

Compute and Plot a 2-Dimensional Histogram
colorpanel

Generate a smoothly varying set of colors
heatmap.2

Enhanced Heat Map
space

Space points in an x-y plot so they don't overlap.
residplot

Undocumented functions
wapply

Compute the Value of a Function Over a Local Region Of An X-Y Plot
sinkplot

Send textual R output to a graphics device
qqnorm.aov

Makes a half or full normal plot for the effects from an aov model
textplot

Display text information in a graphics plot.