Gpgetvariable: Get the value of a system or environment variable

Description Usage Arguments Value Author(s) See Also Examples

Description

Gpgetvariable returns the value of a system or environment variable

Usage

1
Gpgetvariable(handle, variablename)

Arguments

handle

handle to the connection

variablename

system or environment variable name

Value

none

Author(s)

Jose' Gama

See Also

Gpsetvariable

Examples

1
2
3
4
5
6
7
8
#Initialize the gnuplot handle
h1<-Gpinit()
## Not run: 
Gpgetvariable(h1,'pi')

## End(Not run)
#close gnuplot handle
h1<-Gpclose(h1)

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