Learn R Programming

Rgnuplot (version 1.0.3)

Gpgetfontpath: Get gnuplot's additional directories, for fonts

Description

Gpgetfontpath lists gnuplot's additional directories, for fonts

Usage

Gpgetfontpath(handle)

Arguments

handle
handle to the connection

Value

See Also

Gpinit

Examples

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

Run the code above in your browser using DataLab