coo_centsize | R Documentation |
Calculates centroid size
coo_centsize(coo)
coo |
|
This function can be used to integrate size - if meaningful - to Coo objects. See also coo_length and rescale.
numeric
, the centroid size.
Other centroid functions:
coo_centdist()
,
coo_centpos()
coo_centsize(bot[1])
# on a Coo
coo_centsize(bot)
# add it to $fac
mutate(bot, size=coo_centsize(bot))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.