plot_eaf_differences {IOHanalyzer} | R Documentation |
Create EAF-difference contour plots
Description
Create EAF-difference contour plots
Usage
plot_eaf_differences(
matrices,
scale.xlog = T,
scale.ylog = F,
zero_transparant = F,
show_negatives = F
)
Arguments
matrices |
The dataframes containing the data to plot. This should come from 'generate_data.EAF_diff_Approximate' |
scale.xlog |
Logarithmic scaling of x-axis |
scale.ylog |
Logarithmic scaling of y-axis |
zero_transparant |
Whether values of 0 should be made transparant or not |
show_negatives |
Whether to also show negative values or not |
Value
EAF difference plots
Examples
## Not run:
plot_eaf_differences(generate_data.EAF_diff_Approximate(subset(dsl, funcId == 1), 1, 50, 1, 16))
## End(Not run)
[Package IOHanalyzer version 0.1.8.10 Index]