Description Usage Arguments Value Examples
plot the score of removed feature in each iteration.
1  | 
li | 
 the list result of   | 
ggplot2 object.
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()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.