RobinHankin / knotR

Knot Diagrams using Bezier Curves
6 stars 0 forks source link

need an untangle operator #6

Open RobinHankin opened 6 years ago

RobinHankin commented 6 years ago

for o any knot then

o$overunderobj <- t(apply(o$overunderobj,1,sort)) will make the knot diagram unknotted, it would be good to have this implemented as untangle(o) or similar. Actually it would also be good to have overunderobj(o) <- M work as expected (and for that matter having overunderobj(o) work as expected might be good too).