Plot specific effect from susiF object
plot_effect_susiF(
obj,
effect = 1,
title = "",
cred.band = TRUE,
lfsr.curve = TRUE,
size_line = 2,
size_point = 4,
pos_SNP,
pip_only = FALSE,
point_shape,
...
)
output of the susiF function
the index of the effect to be plotted
character
logical, if TRUE, plot credible bands if obj fitted with wavelets regression. Set as TRUE by default
logical, if TRUE, plot estimated lfsr of the effect at each base pair if obj fitted with HMM regression. Set as TRUE by default
numeric, width of the plotted lines
numeric, size of the point
vector, containing the base pair of the SNPs
logical, if TRUE only ouput the PIP plot
vector, containing the shape of dots
Other arguments..