gtrack.info {misha}R 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")


[Package misha version 4.3.6 Index]