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.2.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-02-02
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.2.0, https://cran.r-project.org/web/packages/gplots. Accessed 21 Nov. 2024.
Previous versions and publish date:
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

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  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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