powered by
Create EAF-difference contour plots
plot_eaf_differences( matrices, scale.xlog = T, scale.ylog = F, zero_transparant = F, show_negatives = F )
EAF difference plots
The dataframes containing the data to plot. This should come from `generate_data.EAF_diff_Approximate`
Logarithmic scaling of x-axis
Logarithmic scaling of y-axis
Whether values of 0 should be made transparant or not
Whether to also show negative values or not
if (FALSE) { plot_eaf_differences(generate_data.EAF_diff_Approximate(subset(dsl, funcId == 1), 1, 50, 1, 16)) }
Run the code above in your browser using DataLab