accessors: Accessors for the 'points3D' and 'ends' slots of a Knot...

Description Methods Author(s) See Also Examples

Description

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.

Methods

signature(object = "Knot")

an object of class Knot.

Author(s)

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

See Also

Knot-class

Examples

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

getCoordinates(knot)
getEnds(knot)

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