APPENDIX A: R Code

4 downloads 0 Views 465KB Size Report
APPENDIX A: R Code .... values=c("#FF9900", #CH orange 2011. "#CC3300", #LI red 2011. "#FFCC00" ... "#CC6600", #Tintinnid burnt orange. "#FFCC00" ...
APPENDIX A: R Code #-------------------------------------------------------------------------------------------------------------#THEME_etc.R #Author: Elisa Holgate #Purpose: to provide universal plot themes, colour scales and additional functions #-------------------------------------------------------------------------------------------------------------#Read libraries required for all analysis library(devtools) library(ggbiplot) library(ggplot2) library(stats) library(reshape2) library(corrgram) library(corrplot) library(scales) library(dendextend) library(grid) library(vegan) #-------------------------------------------------------------------------------------------------------------#Theme_x #GREY THEME - Border and grid lines #-------------------------------------------------------------------------------------------------------------theme_x