Plot explained variance results from test data
plot_test_exp_var(test.results, ylim = "default", main = NA,
baselines = c(warm = NA, m1 = NA, m2 = NA, m3 = NA, m1m2 = NA, m1m3 = NA,
m2m3 = NA, m1m2m3 = NA))
an object generated with test_results
Limits of the y-axis.
Main title of the plot
named vector of baseline values to draw as dotted horizontal lines e.g. c('warm'=0, 'm1'=0, 'm1m2'=0, 'm1m2m3'=0)