Voxel Data Visualization with Isometric Cubes
Generate voxel coordinates for a sphere centered at the origin
Calculate voxel coordinates from a matrix where values in the matrix i...
Calculate indices of visible voxels when rendered from the specified v...
Align the object with the given coordinates
Rotate object around a coordinate axis
Translate object
Generate voxel coordinates defined by an implicit function
Generate a rectangular prism centered at the origin
Create a grob representing the specified axis orientation.
isocubes: Voxel Data Visualization with Isometric Cubes
Create a grob of isocubes representing the voxels at the given coordia...
Create grob representing isometric grid of lines
Create grob representing isometric grid of points
Generate a random colour palette
A voxel is a representation of a value on a regular, three-dimensional grid; it is the 3D equivalent of a 2D pixel. Voxel data can be visualised with this package using fixed viewpoint isometric cubes for each data point. This package also provides sample voxel data and tools for transforming the data.
Useful links