R package citation, R package reverse dependencies, R package scholars, install an r package from GitHub hy is package acceptance pending why is package undeliverable amazon why is package on hold dhl tour packages why in r package r and r package full form why is r free why r is bad which r package to install which r package has which r package which r package version which r package readxl which r package ggplot which r package fread which r package license where is package.json where is package-lock.json where is package.swift where is package explorer in eclipse where is package where is package manager unity where is package installer android where is package manager console in visual studio who r package which r package to install which r package version who is package who is package deal who is package design r and r package full form r and r package meaning what r package has what package r what is package in java what is package what is package-lock.json what is package in python what is package.json what is package installer do r package can't install r packages r can't find package r can't load package can't load xlsx package r can't install psych package r can't install sf package r Write if else in NONMEM pk pd
gplots
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]
[Scholar Profile | Author Map]
All associated links for this package
10.32614/CRAN.package.gplots . https://github.com/talgalili/gplots/issues . https://github.com/talgalili/gplots . https://talgalili.github.io/gplots/ . gplots results . gplots.pdf . Venn Diagrams with 'gplots' . gplots_3.2.0.tar.gz . gplots_3.2.0.zip . gplots_3.2.0.zip . gplots_3.2.0.zip . gplots_3.2.0.tgz . gplots_3.2.0.tgz . gplots_3.2.0.tgz . gplots_3.2.0.tgz . gplots_3.2.0.tgz . gplots_3.2.0.tgz . gplots archive . https://CRAN.R-project.org/package=gplots .
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 01 Apr. 2025.
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
Functions, R codes and Examples using
the gplots R package
Some associated functions: angleAxis . balloonplot . bandplot . barplot2 . boxplot2 . ci2d . col2hex . colorpanel . gplots-defunct . gplots-deprecated . heatmap.2 . hist2d . lmplot2 . lowess . ooplot . overplot . plotCI . plotmeans . qqnorm.aov . reorder . residplot . rich.colors . rtPCR . sinkplot . space . textplot . venn . wapply .
Some associated R codes: 00.R . angleAxis.R . balloonplot.R . bandplot.R . barplot2.R . baseOf.R . boxplot2.R . ci2d.R . col2hex.R . colorpanel.R . heatmap.2.R . hist2d.R . layout_set.R . lmplot2.R . lowess.R . nobs.R . ooplot.R . overplot.R . plot.lowess.R . plot.venn.R . plotCI.R . plotNode.R . plotmeans.R . print.ci2d.R . print.hist2d.R . qqnorm.aov.R . reorder.R . replaceTabs.R . residplot.R . rich.colors.R . sinkplot.R . smartlegend.R . space.R . textplot.R . venn.R . vennMembers.R . wapply.R . zzz.R . Full gplots package functions and examples
Downloads during the last 30 days
Today's Hot Picks in Authors and Packages
eSIR
An implementation of extended state-space SIR models developed by
Song Lab at UM school of Public H ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Michael Kleinsasser (view profile)
quickcode
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Obinna Obianom (view profile)
gasmodel
Estimation, forecasting, and simulation of generalized
autoregressive score (GAS) models of Creal, ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Vladimír Holý (view profile)
shinyBS
Adds additional Twitter Bootstrap components to Shiny. ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Eric Bailey (view profile)
simplevis
Wrapper functions around the amazing 'leaflet'
package that aims to simplify 'leaflet' visualisatio ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: David Hodge (view profile)
samplesize
Computes sample size for Student's t-test and for the Wilcoxon-Mann-Whitney test for categorical dat ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Ralph Scherer (view profile)
23,842
R Packages
207,311
Dependencies
64,420
Author Associations
23,781
Publication Badges
