summary.cranly_network {cranly}R Documentation

Compute a range of package directives and collaboration network statistics

Description

Compute a range of package directives and collaboration network statistics

Usage

## S3 method for class 'cranly_network'
summary(object, advanced = TRUE, ...)

Arguments

object

a cranly_network object.

advanced

logical. If FALSE (default) only basic network statistics are computed; if TRUE advanced statistics are also included in the computation (see Details).

...

currently not used'

Details

If attr(object, "perspective") is "package" then the resulting data.frame will have the following variables:

If attr(object, "perspective") is "author" then the resulting data.frame will have the following variables:

Value

A data.frame of various statistics for the author collaboration network or the package directives network, depending on whether attr(object, "perspective") is "author" or "package", respectively. See Details for the current list of statistics returned.


[Package cranly version 0.6.0 Index]