Gperrmsg: Get gnuplot's error messages

Description Usage Arguments Value Author(s) See Also Examples

Description

Gperrmsg gets gnuplot's error messages

Usage

1
Gperrmsg(handle)

Arguments

handle

handle to the connection

Value

string containing gnuplot's error messages

Author(s)

Jose' Gama

See Also

Gpinit

Examples

1
2
3
4
5
6
7
#Initialize the gnuplot handle
h1<-Gpinit()
## Not run: Gpcmd(h1,'plot 0/0')
Gperrmsg(h1)
## End(Not run)
#close gnuplot handle
h1<-Gpclose(h1)

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