Description Usage Arguments Details Value Functions Examples
coe_list
objects are list of coe_single.
1 2 3 4 5 6 7 8 9 10 11 | 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)
|
x |
a list of coe_single |
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.
a coe_list
object
new_coe_list
: Constructor
coe_list
: Helper
is_coe_list
: Class tester
is_coe_list1
: Class1 tester
1 | matrix(1:12, nrow=1) %>% coe_single() %>% coo_list()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.