coe_list objects are list of coe_single.

new_coe_list(x = list())

coe_list(x)

vec_ptype_full.coe_list(x)

vec_ptype_abbr.coe_list(x)

is_coe_list(x)

is_coe_list1(x)

Arguments

x

a list of coe_single

Value

a coe_list object

Details

They behave like lists and thus as regular tibble/data.frame columns. The only difference is that and are understood by morphometric methods used in MomX.

Functions

  • new_coe_list: Constructor

  • coe_list: Helper

  • is_coe_list: Class tester

  • is_coe_list1: Class1 tester

Examples

matrix(1:12, nrow=1) %>% coe_single() %>% coo_list()
#> coo_list: not defined on this class