coe_single: Create single coefficients

Description Usage Arguments Value Functions Examples

Description

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.

Usage

1
2
3
4
5
6
7
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

Examples

1
matrix(1:12, nrow=1) %>% coe_single()

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