mergedChunksToTrack | R Documentation |
trackDF
Add merged chunks in the chunkDF to the trackDF
mergedChunksToTrack(rezrObj, trackLayers = NULL)
rezrObj |
A |
trackLayers |
Track chain layers on which this is going to be performed. If NULL, the action will be performed on all layers. |
A rezrObj
with the trackDF
augmented with a combined chunks from the chunkDF
.
sbc007 = sbc007 %>% getAllTreeCorrespondences %>% mergeChunksWithTree %>% mergedChunksToTrack("default")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.