Learn R Programming

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

gplots (version 3.0.1.2)

Various R Programming Tools for Plotting Data

Description

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').

Copy Link

Version

Install

install.packages('gplots')

Monthly Downloads

70,300

Version

3.0.1.2

License

GPL-2

Maintainer

Last Published

January 11th, 2020

Functions in gplots (3.0.1.2)

heatmap.2

Enhanced Heat Map
residplot

Undocumented functions
ooplot.default

Create an OpenOffice style plot
ci2d

Create 2-dimensional empirical confidence regions
lmplot2

Plots to assess the goodness of fit for the linear model objects
overplot

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

Plot Error Bars and Confidence Intervals
qqnorm.aov

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

Scatter Plot Smoothing
hist2d

Compute and Plot a 2-Dimensional Histogram
textplot

Display text information in a graphics plot.
wapply

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

Plot Group Means and Confidence Intervals
rich.colors

Rich Color Palettes
rtPCR

Teratogenesis rtPCR data
venn

Plot a Venn diagram
space

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

Send textual R output to a graphics device
col2hex

Convert color names to hex RGB strings
angleAxis

Add a Axis to a Plot with Rotated Labels
gplots-defunct

Defunct functions
bandplot

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

Deprecated functions
boxplot2

Produce a Boxplot Annotated with the Number of Observations
barplot2

Enhanced Bar Plots
colorpanel

Generate a smoothly varying set of colors
balloonplot

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