cprofile: Calculate citation profiles

Description Usage Arguments Value See Also Examples

View source: R/profiles.R

Description

For a directed network, calculate the outgoing transition probabilities of a random walker at each node. This is equivalent to the proportion of citations each journal allocates to each other journal.

Usage

1
2
3
4
5
6
7
cprofile(x, self)

## Default S3 method:
cprofile(x, self = TRUE)

## S3 method for class 'igraph'
cprofile(x, self = TRUE)

Arguments

x

a matrix of citations (from columns to rows) or an igraph object

self

logical. Include self-citations? If FALSE, they will not be counted.

Value

A matrix of journal citation profiles.

See Also

community_profile()

Examples

1
2

Selbosh/scrooge documentation built on May 5, 2019, 8 p.m.