Does anyone know how to plot the result outputs (alpha, beta and quantiles) from Bayesian estimation of genomic clines (bgc)? The manual recommends to do so in R, but I am unsure of how to do the outlier plots.
We have since figured out how to plot this simply with the 'plot' function in R. We selected points which fell outside the estimated 95% confidence intervals generated by the program, and plotted them as outliers. Thanks.