Description Methods Author(s) See Also Examples
The points3D slot holds the N x 3 matrix containing the x, y, z coordinates of the points.
The ends slot is a vector of integers containing the separators of the link components.
signature(object = "Knot")
Federico Comoglio, federico.comoglio@bsse.ethz.ch
1 2 3 4 5 | link <- makeExampleKnot(k = FALSE)
link <- newKnot(link$points3D, link$ends)
setCoordinates(link) <- matrix(runif(90), ncol = 3)
setEnds(link) <- c(10, 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.