Displaying 6 results from an estimated 6 matches for "image3d".
2009 Apr 28
1
image3d in misc3d
Hi,
I'm trying to make sense of the image3d plots in misc3d. Unfortunately I can't find any authors on the help pages of the function to e-mail directly. In the following toy example, I'm puzzled as to why (1) the positions of the image plot on the axes include negative values when I think I've specified all to be 1:3 and (2) the...
2017 Jun 21
0
customizing color key with plot3D
...height","m"), bty = "f", plot = FALSE)
elev.classes <- matrix(findInterval(volcano, vec = seq(50, 200, by=50)), nrow=nrow(volcano), ncol=ncol(volcano))
class.colors <- c("red", "blue", "green")
# add as image with own color key, at bottom
image3D(z = -60, colvar = elev.classes, add = TRUE,
col = class.colors, #breaks = seq(0.5, 3.5, by=1),
clim=c(1,3),
colkey = list(length = 0.2, width = 0.4, shift = -0.15,
cex.axis = 0.8, cex.clab = 0.85, addlines=TRUE, tick=FALSE,
at =...
2005 Jun 04
0
New CRAN package misc3d
The misc3d package provides a small collection of mostly rgl-based
functions for 3D data:
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 r...
2005 Jun 04
0
New CRAN package misc3d
The misc3d package provides a small collection of mostly rgl-based
functions for 3D data:
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 r...
2017 Jun 21
0
customizing color key with plot3D
...plot = FALSE)
# classify the volcano elevations with 3 classes
elev.classes <- matrix(findInterval(volcano, vec = seq(50, 200, by=50)), nrow=nrow(volcano), ncol=ncol(volcano))
class.colors <- c("red", "blue", "green")
# add as image with own color key, at bottom
image3D(z = -60, colvar = elev.classes, add = TRUE,
col = class.colors, breaks = seq(0.5, 3.5, by=1),
colkey = list(length = 0.2, width = 0.4, shift = -0.15,
cex.axis = 0.8, cex.clab = 0.85, addlines=TRUE, tick=FALSE,
at = 1:3, labels=paste(&quo...
2015 Feb 20
0
Wine release 1.7.37
...phical error on themed progress bars.
comctl32: Do not call HEADER_FillItemFrame twice in a row.
comctl32: Themed buttons should not draw in System if font unset.
winecfg: Draw colour button using theme.
Matteo Bruni (18):
wined3d: Directly use the core version of glTex[Sub]Image3D.
wined3d: Only copy POSITION0 output semantics into gl_Position.
wined3d: Only consider POSITION0 PS inputs as vpos.
wined3d: Refuse pixel shaders declaring POSITION0 inputs.
d3d9/tests: Add a test for POSITIONi shader input/outputs.
wined3d: Call glReadBuffer() throug...