misc3d 0.8-4-5 source package in Ubuntu
Changelog
misc3d (0.8-4-5) unstable; urgency=medium * Rebuilt for r-4.0 transition * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version -- Dirk Eddelbuettel <email address hidden> Fri, 15 May 2020 21:13:10 -0500
Upload details
- Uploaded by:
- Dirk Eddelbuettel on 2020-05-16
- Uploaded to:
- Sid
- Original maintainer:
- Dirk Eddelbuettel
- Architectures:
- all
- Section:
- gnu-r
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-06-26 | universe | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
misc3d_0.8-4-5.dsc | 1.8 KiB | 849428d4c75b74d7b72638ccc93c02170cb97032226977d8c680051ebbf3b635 |
misc3d_0.8-4.orig.tar.gz | 64.6 KiB | 75de3d2237f67f9e58a36e80a6bbf7e796d43eb46789f2dd1311270007bf5f62 |
misc3d_0.8-4-5.debian.tar.xz | 2.9 KiB | e8d569e4ce2837651852bbd902e3fe8f2587e8f7aeab1a6fb47d48e7ae5c71bc |
Available diffs
- diff from 0.8-4-4 to 0.8-4-5 (538 bytes)
No changes file available.
Binary packages built by this source
- r-cran-misc3d: 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.