File: control

package info (click to toggle)
misc3d 0.9-1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 304 kB
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: misc3d
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper-compat (= 10), r-base-dev (>= 4.1.1), dh-r
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/edd/r-cran-misc3d
Vcs-Git: https://salsa.debian.org/edd/r-cran-misc3d.git
Homepage: https://cran.r-project.org/package=misc3d

Package: r-cran-misc3d
Architecture: all
Depends: ${misc:Depends}, ${R:Depends}, r-cran-rgl
Suggests: r-cran-tkrplot
Description: 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.