ggiteration_trace {iteremoval} | R Documentation |
plot the score of removed feature in each iteration.
ggiteration_trace(li)
li |
the list result of |
ggplot2 object.
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()