print: print the content of the slots of a Knot object.

Description Methods Author(s) See Also Examples

Description

Print method for an object of class 'Knot'

Methods

signature(x = "Knot")

Author(s)

Federico Comoglio, federico.comoglio@bsse.ethz.ch

See Also

Knot-class

Examples

1
2
3
4
5
6
7
knot <- makeExampleKnot(k = TRUE)
knot <- newKnot(knot)
print(knot)

link <- makeExampleKnot(k = FALSE)
link <- newKnot(link$points3D, link$ends)
print(link)

Rknots documentation built on May 1, 2019, 10:19 p.m.