gtrack.info: Returns information about a track

View source: R/track.R

gtrack.infoR Documentation

Returns information about a track

Description

Returns information about a track.

Usage

gtrack.info(track = NULL)

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.

Value

A list that contains track properties

See Also

gtrack.exists, gtrack.ls

Examples



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


misha documentation built on Sept. 14, 2023, 5:08 p.m.