Programmatically join CATMAID skeletons. Use with caution in live tracing environments.
catmaid_join_skeletons(from_treenode_id, to_treenode_id, pid = 1, conn = NULL, ...)
| from_treenode_id | the treenode ID of the downstream neuron |
|---|---|
| to_treenode_id | the treenode ID of the upstream neuron |
| pid | project id. Defaults to 1 |
| conn | CATMAID connection object, see ?catmaid::catmaid_login for details |
| ... | methods passed to catmaid::catmaid_fetch |