ggiteration_trace: Iteration trace of removed scores

Description Usage Arguments Value Examples

View source: R/plots.R

Description

plot the score of removed feature in each iteration.

Usage

1

Arguments

li

the list result of feature_removal.

Value

ggplot2 object.

Examples

1
2
3
4
5
6
7
8
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()

cihga39871/iteremoval documentation built on May 17, 2019, 10:12 p.m.