MomX / Momocs

:dove: Morphometrics using R
http://momx.github.io/Momocs/
51 stars 18 forks source link

reorder and/or drop some ldk #171

Closed vbonhomme closed 7 years ago

vbonhomme commented 7 years ago

as suggested by Matthew Dunkle

something around of:

wings
ordered_ldk_to_keep <- c(9:18, 1:5)
wings$coo %<>% lapply(function(.) .[ordered_ldk_to_keep, ])
wings