#This is my Master's thesis project- exploring the effects of oyster trophic interactions on the benthic and nekton community #This script is to load packages needed for the project #function written by SKA to load packages quickly #load packages script lp<-function(pck){ if(!require(pck,character.only = TRUE))install.packages(pck);library(pck,character.only = TRUE) } lp('ggplot2') lp('tidyverse') lp('vegan') lp('gsheet') lp('openxlsx') lp('patchwork') lp('viridis') lp('ggrepel') lp('lubridate') lp('GpGp') lp('glmmTMB') lp('car') lp('asbio') lp('ggeffects') lp('DHARMa') lp('rstatix') lp('FSA') lp('plotrix') lp('vtable') lp('corrplot') lp('measurements') lp('DescTools') lp('performance') lp('AICcmodavg') lp('BiodiversityR')