FFTrees (version 1.4.0)

plot.FFForest: Creates a network plot. Code taken from Dirk Wulff (www.dirkwulff.org)

Description

Creates a network plot. Code taken from Dirk Wulff (www.dirkwulff.org)

Usage

# S3 method for FFForest
plot(x, node.cex.lim = c(1, 10), line.cex.lim = c(0.3,
  5), mincon = 0, lo = "kk", palette = NULL, ...)

Arguments

x

FFForest. An FFForest object created from FFForest()

node.cex.lim

numeric. Nodesize adjustment

line.cex.lim

numeric. Edgesize adjustment

mincon

integer. Minimum connection cutoff

lo

string. The layout of the network plot. Either 'kk' (Kamada-Kawai, the default), 'dh' (Davidson-Harel) or 'fr' (Fruchterman-Reingold)

palette

string. A string vector of colors

...

currently ignored