crossing: Crossing Metrics for knots

crossingR Documentation

Crossing Metrics for knots

Description

Various descriptions for the crossing points of a knot

Usage

crossing_points(b, give_all = TRUE)
crossing_matrix(b)
crossing_strands(b)

Arguments

b

A list of Bezier control parameters, typically given by getcontrolpoints()

give_all

In function crossing_points(), Boolean, with TRUE meaning to give details of the strands that cross and default FALSE meaning to give just the coordinates of the crossing points

Author(s)

Robin K. S. Hankin

See Also

as.controlpoints,bezier

Examples


crossing_points(k7_2,give_all=TRUE)


RobinHankin/knotR documentation built on Feb. 18, 2024, 12:41 a.m.