plot3D (version 1.1.1)

plot3D-package: Plotting multi-dimensional data.

Description

Functions for visualising 2-D and 3-D data.

Many of the functions are extensions of R's persp or image function.

Other packages that provide visualisation of 3-D data (and which might be better suited) are: rgl, scatterplot3D, misc3D.

Arguments

References

http://www.rforscience.com/rpackages/visualisation/oceanview/

http://www.rforscience.com/rpackages/visualisation/plot3d/

See Also

Functions that are based on the persp function:

Functions defined on the image function:

  • image2D, for an image function to visualise 2-D or 3-D data.

  • ImageOcean: an image of the ocean's bathymetry.

Other plotting functions:

Colors and colorkey:

Utility functions:

  • mesh: to generate rectangular (x, y) or (x, y, z) meshes.

Data sets:

  • Oxsat: 3-D data set with the ocean's oxygen saturation values.

  • Hypsometry: 2-D data set with the worlds elevation and ocean's bathymetry.

Examples

Run this code
# NOT RUN {
# run all examples
# }
# NOT RUN {
 example(persp3D)  
 example(surf3D)  
 example(slice3D)
 example(scatter3D)
 example(segments3D)
 example(image2D)
 example(image3D)
 example(contour3D)
 example(colkey) 
 example(jet.col) 
 example(perspbox)
 example(mesh)
 example(trans3D)
 example(plot.plist)
 example(ImageOcean)
 example(Oxsat)
# }

Run the code above in your browser using DataLab