get_ldk(Coo)
$ldk
and $coo
, if any.
def_ldk
,
def_slidings
, get_slidings
,
slidings_scheme
# Out example
ldk.h <- get_ldk(hearts)
stack(Ldk(ldk.h))
# on Ldk (no slidings)
get_ldk(wings) # equivalent to wings$coo
# on Ldk (slidings)
get_ldk(chaff)
get_ldk(chaff) %>% Ldk %>% fgProcrustes(tol=0.1) %>% stack
Run the code above in your browser using DataLab