Description Usage Arguments Details References Examples
TBD
1 2 | projections(proximity_source, proximity_target, avg_links = 4,
tolerance = 0.05, compute = "both")
|
proximity_source |
a data frame containing proximity
values for the elements of set X (e.g. proximity_source from |
proximity_target |
a data frame containing proximity
values for the elements of set Y (e.g. proximity_target from |
avg_links |
average number of connections for the projection of X (default set to 4) |
tolerance |
tolerance for proximity variation on each iteration until obtaining the desired average number of connections (default set to 0.05) |
compute |
which projection to compute. By default is "both" (both projections) but it can also be "source" or "target". |
TBD
For more information see:
\insertRefatlas2014binet
and the references therein.
1 2 3 4 | projections(
proximity_source = binet_output$proximity$proximity_source,
proximity_target = binet_output$proximity$proximity_target
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.