knotR (version 1.0-2)

crossing: 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

Robin K. S. Hankin

See Also

as.controlpoints,bezier

Examples

Run this code

crossing_points(k7_2,give_all=TRUE)

Run the code above in your browser using DataCamp Workspace