Learn R Programming

Rgnuplot (version 1.0.3)

Gpversion: Get the gnuplot version

Description

Gpversion returns the gnuplot version

Usage

Gpversion(handle)

Arguments

handle
handle to the connection

Value

See Also

Gpinit

Examples

Run this code
#Initialize the gnuplot handle
h1<-Gpinit()
# get the version number
## Not run: Gpversion(h1)
#close gnuplot handle
h1<-Gpclose(h1)

Run the code above in your browser using DataLab