powered by
paired.plotCor(df, condition1, condition2, groups = NULL, facet = TRUE, ...)
data(PrisonStress) paired.plotCor(PrisonStress,"PSSbefore","PSSafter") # Changing the theme of the ggplot object paired.plotCor(PrisonStress,"PSSbefore","PSSafter")+theme_bw()
Run the code above in your browser using DataLab