Learn R Programming

Rgnuplot (version 1.0.3)

Gph: Show gnuplot's help

Description

Gph shows the output from gnuplot's help command

Usage

Gph(handle, gnustring)

Arguments

handle
handle to the connection
gnustring
string to be searched for by gnuplot's help system

Value

See Also

Gpinit

Examples

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

Run the code above in your browser using DataLab