How to Install and Uninstall R-gplots.noarch Package on Fedora 34

Last updated: July 09,2024

1. Install "R-gplots.noarch" package

Please follow the steps below to install R-gplots.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install R-gplots.noarch

2. Uninstall "R-gplots.noarch" package

Please follow the guidance below to uninstall R-gplots.noarch on Fedora 34:

$ sudo dnf remove R-gplots.noarch $ sudo dnf autoremove

3. Information about the R-gplots.noarch package on Fedora 34

Last metadata expiration check: 0:02:50 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-gplots
Version : 3.1.1
Release : 2.fc34
Architecture : noarch
Size : 623 k
Source : R-gplots-3.1.1-2.fc34.src.rpm
Repository : fedora
Summary : Various R Programming Tools for Plotting Data
URL : https://CRAN.R-project.org/package=gplots
License : GPLv2
Description : Various R programming tools for plotting data, including:
: - calculating and plotting locally smoothed summary function,
: - enhanced versions of standard plots,
: - manipulating colors,
: - calculating and plotting two-dimensional data summaries,
: - enhanced regression diagnostic plots,
: - formula-enabled interface to 'stats::lowess' function,
: - displaying textual data in plots,
: - plotting a matrix where each cell contains a dot whose size reflects the
: relative magnitude of the elements,
: - plotting "Venn" diagrams,
: - displaying Open-Office style plots,
: - plotting multiple data on same region, with separate axes,
: - plotting means and confidence intervals,
: - spacing points in an x-y plot so they don't overlap.