Learn R Programming

Rknots (version 1.3.2)

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

Description

Print method for an object of class 'Knot'

Arguments

Methods

See Also

Knot-class

Examples

Run this code
knot <- makeExampleKnot(k = TRUE)
knot <- newKnot(knot)
print(knot)

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

Run the code above in your browser using DataLab