Plots the corrleation between phenotype values, with different genotypes coloured differently. Note that this will plot (dim(pheno_to_plot)[2] -1 )* dim(geno)[2] plots
mPhen.plotCorrelation(pheno_to_plot,geno,title="",cex=0.25, cols =c(1, 2, 3))
the phenotype to plot
Genotypes to use for stratifying samples
Title of plots
Scaling of points
thre colours to be used in the plot
None