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

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

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

Arguments

x

expression

type

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

Value

none

Author(s)

Oscar Perpi\~n\'an Lamigueiro

See Also

Gpinit

Examples

1
2
3
4
5
## Not run: Gpsplot(volcano)
Gpsplot(volcano, 'pm3d')
Gpsplot(volcano, 'map')
Gpsplot(volcano, 'contour')
## End(Not run)

Rgnuplot documentation built on May 1, 2019, 9:17 p.m.