
Ldk
classes objects are
lists of configurations of landmarks, with optionnal components,
on which generic methods such as plotting methods (e.g. stack)
and specific methods (e.g. todo-Procrustes can be applied.
Ldk
objects are primarily Coo
objects.
Ldk(coo, links = NULL, slidings = NULL, fac = data.frame())
list
of matrices of (x; y) coordinates,
or an array, an Ldk object.matrix
of 'links' between landmarks, mainly for plottingmatrix
defining (if any) sliding landmarksdata.frame
of factors and/or numerics
specifying the grouping structureLdk
object
implementation of $slidings
is inspired by geomorph
#Methods on Ldk
methods(class=Ldk)
Run the code above in your browser using DataLab