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 of a knot or a link.
The ends slot is a vector of integers containing the separators of the link components.
signature(object = "Knot")
an object of class Knot.
Federico Comoglio, federico.comoglio@bsse.ethz.ch
1 2 3 4 5 | knot <- makeExampleKnot(k = TRUE)
knot <- newKnot(knot)
getCoordinates(knot)
getEnds(knot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.