Learn R Programming

misha (version 4.2.9)

gvtrack.info: Returns the definition of a virtual track

Description

Returns the definition of a virtual track.

Usage

gvtrack.info(vtrack = NULL)

Value

Internal representation of a virtual track.

Arguments

vtrack

virtual track name

Details

This function returns the internal representation of a virtual track.

See Also

gvtrack.create

Examples

Run this code
# \dontshow{
options(gmax.processes = 2)
# }

gdb.init_examples()
gvtrack.create("vtrack1", "dense_track", "max")
gvtrack.info("vtrack1")

Run the code above in your browser using DataLab