GpWindowStatus: Status of an X11 window

Description Usage Arguments Value Author(s) See Also Examples

Description

GpWindowStatus returns the status of an X11 window

Usage

1
GpWindowStatus(windowid)

Arguments

windowid

window id (X11)

Value

none

Author(s)

Joel VanderWerf and Jose' Gama

See Also

Gpinit

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#Initialize the gnuplot handle
h1<-Gpinit()
## Not run: 
GpWindowStatus(0)
#plot sin(x)
GpplotEquation(h1,'sin(x)','')
GpWindowStatus(0)
#pause R and gnuplot
Gppause()
GpWindowStatus(0)

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

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