addFrameMatrix | R Documentation |
trailDF
.Add a frame matrix to trailDF
.
addFrameMatrix(rezrObj)
rezrObj |
The desired |
A rezrObj
object, but its trailDF
now has an attribute which is a frameMatrix
object.
Make sure that the names of the trails are not duplicate with undupeLayers()
first. Otherwise you will have trouble when annotating the frameMatrix
.
sbc007 = undupeLayers(sbc007, "trail", "name")
sbc007 = addFrameMatrix(sbc007)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.