as | R Documentation |
Conversions between various forms of a knot.
as.knotvec(x)
as.minobj(x)
as.inkscape(x)
as.controlpoints(x)
as.minsymvec(x,symobj)
x |
Object to be converted |
symobj |
A symmetry object |
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.
Robin K. S. Hankin
utilities
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.