coo_list: Create list of coo_single

Description Usage Arguments Details Value Functions Examples

Description

coo_list objects are list of coo_single.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

Arguments

x

a list of coo_single

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.

Value

a coo_list object

Functions

Examples

1
matrix(1:12, ncol=2) %>% coo_single() %>% list() %>% coo_list()

MomX/Momocs2 documentation built on May 13, 2020, 4:28 a.m.