Learn R Programming

misha (version 4.2.9)

gtrack.info: Returns information about a track

Description

Returns information about a track.

Usage

gtrack.info(track = NULL)

Value

A list that contains track properties

Arguments

track

track name

Details

Returns information about the track (type, dimensions, size in bytes, etc.). The fields in the returned value vary depending on the type of the track.

See Also

gtrack.exists, gtrack.ls

Examples

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

gdb.init_examples()
gtrack.info("dense_track")
gtrack.info("rects_track")

Run the code above in your browser using DataLab