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

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
Gpgetloadpath(handle)

Arguments

handle

handle to the connection

Value

String with a list of gnuplot's additional directories, for data and scripts

Author(s)

Jose' Gama

See Also

Gpsetloadpath

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#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)

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