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

Last updated: October 06,2024

1. Install "R-gplots.noarch" package

This is a short guide on how to install R-gplots.noarch on Fedora 35

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

2. Uninstall "R-gplots.noarch" package

Please follow the guidelines below to uninstall R-gplots.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:16:44 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-gplots
Version : 3.1.1
Release : 4.fc35
Architecture : noarch
Size : 630 k
Source : R-gplots-3.1.1-4.fc35.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.