Description Usage Arguments Value Author(s) See Also Examples
Gpgetfontpath
lists gnuplot's additional directories, for
fonts
1 | Gpgetfontpath(handle)
|
handle |
handle to the connection |
String with a list of gnuplot's additional directories, for fonts
Jose' Gama
1 2 3 4 5 6 7 8 9 10 11 12 | #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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.