coe objects are tibble with as many rows as created by morphometric methods. It is not really intended to be used directly but is useful if you want to extend Momocs.

new_coe_single(x = tibble::tibble())

coe_single(x)

is_coe_single(x)

is_coe_single1(x)

Arguments

x

anything that can be turned into a coe_single, typically something that looks like a two columns

Value

a coe_single object

Functions

  • new_coe_single: Constructor

  • coe_single: Helper

  • is_coe_single: Class tester

  • is_coe_single1: Class1 tester

Examples

matrix(1:12, nrow=1) %>% coe_single()
#> # A tibble: 1 x 12 #> V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 #> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> #> 1 1 2 3 4 5 6 7 8 9 10 11 12 #> ❯coe_single with 12 coefficients