projections: Projections of a bipartite network

Description Usage Arguments Details References Examples

View source: R/projections.R

Description

TBD

Usage

1
2
projections(proximity_source, proximity_target, avg_links = 4,
  tolerance = 0.05, compute = "both")

Arguments

proximity_source

a data frame containing proximity values for the elements of set X (e.g. proximity_source from proximity())

proximity_target

a data frame containing proximity values for the elements of set Y (e.g. proximity_target from proximity())

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".

Details

TBD

References

For more information see:

\insertRef

atlas2014binet

and the references therein.

Examples

1
2
3
4
projections(
  proximity_source = binet_output$proximity$proximity_source,
  proximity_target = binet_output$proximity$proximity_target
)

pachamaltese/binet documentation built on Jan. 16, 2020, 2:02 a.m.