plot.saber: Plot function for 'saber' objects Visualizes the results of a...

Description Usage Arguments Value

View source: R/plot_saber.R

Description

Plot function for saber objects

Visualizes the results of a saber analysis with directed graphs.

Usage

1
2
3
4
5
## S3 method for class 'saber'
plot(x, test.niveaus = c(1e-10, 1e-05, 0.01, 0.05),
  lty = c("solid", "longdash", "dotdash",
  "dotted")[1:length(test.niveaus)], radius = 48, print.legend = TRUE,
  ...)

Arguments

x

[\codesaber.result]
Result from saberIt.

test.niveaus

[numeric()]
Which test niveaus should be visualized? At most, 4 niveaus can be specified.

lty

[character()]
Line types for the test niveaus. Must have the same length as test.niveaus, allowed values are the linetypes of plot.igraph.

radius

[numeric(1)] Radius of nodes. Default is 48, should be increased for long algorithm names.

print.legend

[logical(1)] Should a legend be included? Default is TRUE.

...

[any]
Additional parameters for plot.igraph.

Value

invisible(NULL), as a side effect, a plot is generated.


danielhorn/SABeR documentation built on May 4, 2019, 7:36 a.m.