Other packages > Find by keyword >

gplots  

Various R Programming Tools for Plotting Data
View on CRAN: Click here


Download and install gplots package within the R console
Install from CRAN:
install.packages("gplots")

Install from Github:
library("remotes")
install_github("cran/gplots")

Install by package version:
library("remotes")
install_version("gplots", "3.3.0")



Attach the package and use:
library("gplots")
Maintained by
Tal Galili
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2005-05-30
Latest Update: 2024-10-05
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').
How to cite:
Tal Galili (2005). gplots: Various R Programming Tools for Plotting Data. R package version 3.3.0, https://cran.r-project.org/web/packages/gplots. Accessed 18 Sep. 2026.
Previous versions and publish date:
(2026-07-09 07:45), 2.0.7 (2005-05-30 13:06), 2.0.8 (2005-09-07 17:24), 2.1.1 (2005-11-18 09:05), 2.2.0 (2005-12-14 15:52), 2.3.0 (2006-03-10 10:00), 2.3.1 (2006-08-11 19:08), 2.3.2 (2006-11-15 10:24), 2.6.0 (2008-04-09 08:53), 2.7.0 (2009-04-23 09:11), 2.7.1 (2009-05-11 12:10), 2.7.2 (2009-10-12 18:47), 2.7.3 (2009-10-23 08:41), 2.7.4 (2009-11-12 16:58), 2.8.0 (2010-06-15 10:50), 2.10.1 (2011-09-03 06:49), 2.11.0.1 (2013-04-03 10:42), 2.11.0 (2012-06-08 21:34), 2.11.3 (2013-06-28 18:44), 2.12.1 (2013-10-17 18:12), 2.13.0 (2014-04-05 08:31), 2.14.0 (2014-06-20 08:37), 2.14.1 (2014-07-01 00:51), 2.14.2 (2014-09-18 07:51), 2.15.0 (2014-12-02 18:21), 2.16.0 (2015-01-07 19:33), 2.17.0 (2015-05-02 14:20), 3.0.0 (2016-03-28 16:54), 3.0.1.1 (2019-01-27 17:00), 3.0.1.2 (2020-01-11 17:28), 3.0.1 (2016-03-30 21:04), 3.0.3 (2020-02-25 02:20), 3.0.4 (2020-07-05 21:00), 3.1.0 (2020-09-18 14:00), 3.1.1 (2020-11-28 14:50), 3.1.3.1 (2024-02-02 11:17), 3.1.3 (2022-04-25 09:20), 3.2.0 (2024-10-06 01:00)
Other packages that cited gplots R package
View gplots citation profile
Other R packages that gplots depends, imports, suggests or enhances
Complete documentation for gplots
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

injectoR  
R Dependency Injection
R dependency injection framework. Dependency injection allows a program design to follow the depend ...
Download / Learn more Package Citations See dependency  
hmeasure  
The H-Measure and Other Scalar Classification Performance Metrics
Classification performance metrics that are derived from the ROC curve of a classifier. The package ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
data360r  
Wrapper for 'TCdata360' and 'Govdata360' API
Makes it easy to engage with the Application Program Interface (API) of the 'TCdata360' and 'Govdat ...
Download / Learn more Package Citations See dependency  
eyelinker  
Import ASC Files from EyeLink Eye Trackers
Imports plain-text ASC data files from EyeLink eye trackers into (relatively) tidy data frames for ...
Download / Learn more Package Citations See dependency  
downlit  
Syntax Highlighting and Automatic Linking
Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pk ...
Download / Learn more Package Citations See dependency  

28,565

R Packages

239,283

Dependencies

75,677

Author Associations

28,566

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA