mergedChunksToTrack: Add merged chunks in the chunkDF to the 'trackDF'

View source: R/tree.R

mergedChunksToTrackR Documentation

Add merged chunks in the chunkDF to the trackDF

Description

Add merged chunks in the chunkDF to the trackDF

Usage

mergedChunksToTrack(rezrObj, trackLayers = NULL)

Arguments

rezrObj

A rezrObj that has had chunked merged using mergeChunksWithTree.

trackLayers

Track chain layers on which this is going to be performed. If NULL, the action will be performed on all layers.

Value

A rezrObj with the trackDF augmented with a combined chunks from the chunkDF.

Examples

sbc007 = sbc007 %>% getAllTreeCorrespondences %>% mergeChunksWithTree %>% mergedChunksToTrack("default")

johnwdubois/rezonateR documentation built on Nov. 19, 2024, 11:17 p.m.