plot3D is a package for use with R that includes functions for visualizing 2-D and 3-D data, including perspective plots, slice plots, surface plots, and scatter plots.
plot3D is an R package that includes functions for visualizing 2-D and 3-D data. Many of the functions are extensions of R’s persp()
or image()
functions.
The package can be used to make 3D scatter plots, surface plots, slice plots, and to visualize oceanographic data.
Repositories
Vignettes
- plot3D: Tools for plotting 3-D and 2-D data
- Fifty ways to draw a volcano using package plot3D
- Impressive package for 3D and 4D graph - R software and data visualization
Related Packages
- Package rgl (also includes the
plot3D()
function) - Package scatterplot3d (Plots a three dimensional (3D) point cloud.)
- Package plot3Drgl (The 'rgl' implementation of plot3D functions.)