ggiteration_trace {iteremoval}R Documentation

Iteration trace of removed scores

Description

plot the score of removed feature in each iteration.

Usage

ggiteration_trace(li)

Arguments

li

the list result of feature_removal.

Value

ggplot2 object.

Examples

g1 <- SWRG1; g0 <- SWRG0

result.complex <- feature_removal(g1, g0,
    cutoff1=0.95, cutoff0=0.925,
    offset=c(0.5, 1, 2))

# it is a ggplot2 object, so plus sign is available
ggiteration_trace(result.complex) + theme_bw()

[Package iteremoval version 1.14.0 Index]