How to Install and Uninstall r-cran-misc3d Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "r-cran-misc3d" package

Please follow the steps below to install r-cran-misc3d on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install r-cran-misc3d

2. Uninstall "r-cran-misc3d" package

This guide covers the steps necessary to uninstall r-cran-misc3d on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove r-cran-misc3d $ sudo apt autoclean && sudo apt autoremove

3. Information about the r-cran-misc3d package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: r-cran-misc3d
Priority: optional
Section: universe/math
Installed-Size: 228
Maintainer: Ubuntu Developers
Original-Maintainer: Dirk Eddelbuettel
Architecture: all
Source: misc3d
Version: 0.8-4-1
Depends: r-base-core (>= 3.0.0-2ubuntu1), r-cran-rgl
Suggests: r-cran-tkrplot
Filename: pool/universe/m/misc3d/r-cran-misc3d_0.8-4-1_all.deb
Size: 153052
MD5sum: aaef7f695dd376e8148b42f286c582b4
SHA1: 4bd3fbc8fec5c614f0b16113761a945656c76c4a
SHA256: 6c7d91f90ec24ad1f86fb1e9215bfc51b37d96d7ff4151c83f17ec99451f96e7
Description-en: GNU R collection of 3d plot functions and rgl-based isosurfaces
This CRAN package provides a collection of miscellaneous 3d plots, including
rgl-based isosurfaces:
.
contour3d Uses rgl to render isosurfaces, or three-dimensional
contours, computed by the marching cubes algorithm.
.
image3d Crude 3d analog of image() using rgl to plot points on a
three dimensional grid representing values in a three
dimensional array. Assumes high values are inside and
uses alpha blending to make outside points more
transparent.
.
lines3d Draws connected line segments in an rgl window.
.
parametric3d Plots a two-parameter surface in three dimensions in
rgl. Based on Mathematica's Param3D
.
slices3d Uses tkrplot to create an interactive slice view of three or
four dimensional volume data, such as MRI data.
Description-md5: f97f70df0c2324f3f6814e0196bd9b8c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu