gtrack.convert | R Documentation |
Converts a track (if needed) to the most current format.
gtrack.convert(src.track = NULL, tgt.track = NULL)
src.track |
source track name |
tgt.track |
target track name. If 'NULL' the source track is overwritten. |
This function converts a track to the most current format. It should be used if a track created by an old version of the library cannot be read anymore by the newer version. The old track is given by 'src.track'. After conversion a new track 'tgt.track' is created. If 'tgt.track' is 'NULL' the source track is overwritten.
None
gtrack.create
, gtrack.2d.create
,
gtrack.create_sparse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.