Gpsetloadpath: Set gnuplot's additional directories, for data and scripts

Description Usage Arguments Value Author(s) See Also Examples

Description

Gpsetloadpath sets gnuplot's additional directories, for data and scripts, default path = extdata directory from Rgnuplot

Usage

1
Gpsetloadpath(handle, loadpath)

Arguments

handle

handle to the connection

loadpath

string with gnuplot's additional directories, for data and scripts

Value

none

Author(s)

Jose' Gama

See Also

Gpinit

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.