Plots profiled logarithm of score-based P-values (LOP) from individual or combined traits.
plot_profile( data = data, model = model, pheno.col =NULL, sup.int =FALSE, main =NULL, legend ="bottom", ylim =NULL, grid =FALSE)
Arguments
data: an object of class qtlpoly.data.
model: an object of class qtlpoly.profile or qtlpoly.remim.
pheno.col: a numeric vector with the phenotype column numbers to be plotted; if NULL, all phenotypes from 'data' will be included.
sup.int: if TRUE, support interval are shown as shaded areas; if FALSE (default), no support interval is show.
main: a character string with the main title; if NULL, no title is shown.
legend: legend position (either "bottom", "top", "left" or "right"); if NULL, no legend is shown.
ylim: a numeric value pair supplying the limits of y-axis, e.g. c(0,10); if NULL (default), limits will be provided automatically.
grid: if TRUE, profiles will be organized in rows (one per trait); if FALSE (default), profiles will appear superimposed. Only effective when plotting profiles from more than one trait.