Gph: Show gnuplot's help

Description Usage Arguments Value Author(s) See Also Examples

Description

Gph shows the output from gnuplot's help command

Usage

1
Gph(handle, gnustring)

Arguments

handle

handle to the connection

gnustring

string to be searched for by gnuplot's help system

Value

none

Author(s)

Jose' Gama

See Also

Gpinit

Examples

1
2
3
4
5
6
7
8
#Initialize the gnuplot handle
h1<-Gpinit()
## Not run: 
Gph(h1,'plot')

## End(Not run)
#close gnuplot handle
h1<-Gpclose(h1)

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