Description Usage Arguments Value Functions Examples
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.
1 2 3 4 5 6 7 | new_coe_single(x = tibble::tibble())
coe_single(x)
is_coe_single(x)
is_coe_single1(x)
|
x |
anything that can be turned into a coe_single, typically something that looks like a two columns |
a coe_single
object
new_coe_single
: Constructor
coe_single
: Helper
is_coe_single
: Class tester
is_coe_single1
: Class1 tester
1 | matrix(1:12, nrow=1) %>% coe_single()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.