overunder: Functionality for specifying overstrands and understrands

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Functionality for specifying overstrands and understrands

Usage

1
2
3
overunder(x)
overunder(x) <- value
mirror(x)

Arguments

x

A knot object

value

A two-column integer matrix with rows corresponding to crossings. In each row, the first entry identifies the overstrand, and the second entry specifies the understrand

Details

These functions are not really needed but are here for convenience.

Value

All three functions return a knot object

Author(s)

Robin K. S. Hankin

See Also

knot

Examples

1
2
3
4
5
overunder(k4_1)

par(mfcol=c(1,2))
knotplot(k4_1,gap=80)
knotplot(mirror(k4_1),gap=80)

knotR documentation built on May 1, 2019, 9:10 p.m.