as: Conversions between various forms of a knot

Description Usage Arguments Details Author(s) See Also Examples

Description

Conversions between various forms of a knot.

Usage

1
2
3
4
5

Arguments

x

Object to be converted

symobj

A symmetry object

Details

The as.foo() functions are meant to be user-friendly; they use low-level functions like make_knotvec_from_minobj() (all of which are documented at utilities.Rd), which are a bit messy.

Author(s)

Robin K. S. Hankin

See Also

utilities

Examples

1
2
3
4
5
6
7
8
9
as.minobj(k6_2)

x <- reader(system.file("6_3.svg",package="knotR"))  # x is class inkscape

as.minsymvec(x,symmetry_object(k6_3)) # as.minsymvec() needs a symmetry object

as.controlpoints(x)

as.knotvec(x)

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