Learn R Programming

Rgnuplot (version 1.0.3)

Gpsplot: Plots an expression in 3D with one function call

Description

Gpsplot plots an expression in 3D without the need to define handles

Usage

Gpsplot(x, type = c('hidden3d', 'pm3d', 'map', 'contour'))

Arguments

x
expression
type
type of 3D plot: hidden3d, pm3d, map or contour

Value

See Also

Gpinit

Examples

Run this code
## Not run: Gpsplot(volcano)
# Gpsplot(volcano, 'pm3d')
# Gpsplot(volcano, 'map')
# Gpsplot(volcano, 'contour')## End(Not run)

Run the code above in your browser using DataLab