addFrameMatrix: Add a frame matrix to 'trailDF'.

View source: R/track_bridge.R

addFrameMatrixR Documentation

Add a frame matrix to trailDF.

Description

Add a frame matrix to trailDF.

Usage

addFrameMatrix(rezrObj)

Arguments

rezrObj

The desired rezrObj

Value

A rezrObj object, but its trailDF now has an attribute which is a frameMatrix object.

Note

Make sure that the names of the trails are not duplicate with undupeLayers() first. Otherwise you will have trouble when annotating the frameMatrix.

Examples

sbc007 = undupeLayers(sbc007, "trail", "name")
sbc007 = addFrameMatrix(sbc007)

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