Gpversion: Get the gnuplot version

Description Usage Arguments Value Author(s) See Also Examples

Description

Gpversion returns the gnuplot version

Usage

1
Gpversion(handle)

Arguments

handle

handle to the connection

Value

gnuplot version

Author(s)

Jose' Gama

See Also

Gpinit

Examples

1
2
3
4
5
6
#Initialize the gnuplot handle
h1<-Gpinit()
# get the version number
## Not run: Gpversion(h1)
#close gnuplot handle
h1<-Gpclose(h1)

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