Description Usage Arguments Details References Examples
TBDs
1 2 | proximity(balassa_index, balassa_sum_source, balassa_sum_target,
compute = "both")
|
balassa_index |
a data frame (e.g. the output from
|
balassa_sum_source |
numeric vector or tibble/data.frame containing the
Balassa sum for elements of set X (e.g. |
balassa_sum_target |
numeric vector or tibble/data.frame containing the
Balassa sum for elements of set Y (e.g. |
compute |
which proximity to compute. By default is "both" (both proximities) but it can also be "source" or "target". |
TBD
For more information see:
\insertRefatlas2014binet
and the references therein.
1 2 3 4 5 | proximity(
balassa_index = binet_output$balassa_index,
balassa_sum_source = binet_output$complexity_measures$balassa_sum_source,
balassa_sum_target = binet_output$complexity_measures$balassa_sum_target
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.