Learn R Programming

Rgnuplot (version 1.0.3)

Gpgetloadpath: Get gnuplot's additional directories, for data and scripts

Description

Gpgetloadpath gets a list of gnuplot's additional directories, for data and scripts

Usage

Gpgetloadpath(handle)

Arguments

handle
handle to the connection

Value

See Also

Gpsetloadpath

Examples

Run this code
#Initialize the gnuplot handle
h1<-Gpinit()
## Not run: 
# #set gnuplot's additional search directories, to the extdata directory from Rgnuplot (default)
# Gpsetloadpath(h1)
# #get gnuplot's additional search directories
# Gpgetloadpath(h1)
# ## End(Not run)
#close gnuplot handle
h1<-Gpclose(h1)

Run the code above in your browser using DataLab