Learn R Programming

Rgnuplot (version 1.0.3)

Gperrmsg: Get gnuplot's error messages

Description

Gperrmsg gets gnuplot's error messages

Usage

Gperrmsg(handle)

Arguments

handle
handle to the connection

Value

See Also

Gpinit

Examples

Run this code
#Initialize the gnuplot handle
h1<-Gpinit()
## Not run: Gpcmd(h1,'plot 0/0')
# Gperrmsg(h1)## End(Not run)
#close gnuplot handle
h1<-Gpclose(h1)

Run the code above in your browser using DataLab