Description Extends Methods Constructor Fields Class-Based Methods Author(s) See Also Examples
A reference class representing a running external IGB session
All reference classes extend and inherit methods from "envRefClass"
.
Set the region in the represented IGB session.
Display the track in the represented IGB session
Instruct IGB to save a snapshot (image) of the current view
igbSession
objects are created by calling the igbSession
function. This function accepts an argument for each field listed
below and constructs the requested igbSession
object. See
example below.
port
:Port to which corresponding IGB session is listening for instructions. Defaults to 7085
host
:Host on which corresponding IGB session is running. Defaults to localhost.
connection
:Socket connection to port
for use
in communicating with IGB
showTrack(x, ...)
: Display a igbTrack
.
initialize(...)
:~~
setRegion(x)
:Set viewing region
Gabriel Becker
1 2 3 4 | ## Not run:
igb = igbSession(host = "myhost", port = 8000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.