File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ detritus <- c("Detritus", "Discards")
5555mod_C <- brewer.pal(9 ," Set1" )
5656
5757# Function for any of these models
58+ # This is Geret's original pdf maker
5859
5960pdfmod <- function (modadjmat , plotname ){
6061
@@ -142,6 +143,8 @@ pdfmod <- function(modadjmat, plotname){
142143pdfmod(fullmod , " Fullmodel" )
143144pdfmod(smallestmod , " Smallmodel" )
144145
146+ # this function plots individual models on their own scale, not great for comparisons
147+
145148plotmod <- function (modadjmat , plotname ){
146149
147150 mod_Colors <- data.frame (row.names(modadjmat ))
@@ -228,6 +231,9 @@ plotmod <- function(modadjmat, plotname){
228231plotmod(fullmod , " Full model" )
229232plotmod(smallestmod , " Smallest model" )
230233
234+
235+ # This function plots the full model but only colors links in the compared model.
236+
231237plotdiff <- function (full , comp , compname ){
232238
233239 mod_Colors <- data.frame (row.names(full ))
You can’t perform that action at this time.
0 commit comments