gtrack.var.get {misha} | R Documentation |
Returns value of a track variable
Description
Returns value of a track variable.
Usage
gtrack.var.get(track = NULL, var = NULL)
Arguments
track |
track name |
var |
track variable name |
Details
This function returns the value of a track variable. If the variable does not exist an error is reported.
Value
Track variable value.
See Also
gtrack.var.set
, gtrack.var.ls
,
gtrack.var.rm
Examples
gdb.init_examples()
gtrack.var.set("sparse_track", "test_var", 1:10)
gtrack.var.get("sparse_track", "test_var")
gtrack.var.rm("sparse_track", "test_var")
[Package misha version 4.3.6 Index]