TrajMerge | R Documentation |
This is the inverse of TrajSplit
.
TrajMerge(parts)
parts |
A list containing one or more trajectories. The trajectories are concatenated together in order. |
A single trajectory.
TrajSplit
trj <- TrajGenerate(n = 20)
ntrj <- TrajMerge(TrajSplit(trj, c(3, 9, 20)))
print(all(trj == ntrj))
## [1] TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.