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