Description Methods Author(s) See Also Examples
Plot method that produces the knot or link diagram for an object of class 'Knot'
signature(x = "Knot")
Federico Comoglio, federico.comoglio@bsse.ethz.ch
1 2 3 4 5 6 7 8 9 | knot <- makeExampleKnot(k = TRUE)
knot <- newKnot(knot)
link <- makeExampleKnot(k = FALSE)
link <- newKnot(link$points3D, link$ends)
plot(knot)
plot(knot, lwd = 2.5) #to emphasize the overcrossings
plot(link)
plot(link, lwd = 2.5) #to emphasize the overcrossings
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.