plot_graph: Plots the dependency graph

Description Usage Arguments

Description

Plots the dependency graph

Usage

1
plot_graph(mirror, top = 25, cex = 0.5, random.seed = 1)

Arguments

mirror

CRAN mirror, e.g. http://cran.revolutionanalytics.com or https://mran.revolutionanalytics.com/snapshot/2016-03-15

top

integer that indicates how many packages to include in the graph

cex

character expansion ratio for plot

random.seed

A random seed value. Used by igraph to initialise the plot layout. The function resets the seed to the original value, i.e. it will not have any impact on the random value stream in your R session.


andrie/pagerank documentation built on May 10, 2019, 11:19 a.m.