@@ -3376,7 +3376,7 @@ To ensure the functionality of Biblioshiny,
3376
3376
list_plot <- list (values $ degreePlot )
3377
3377
res <- addDataScreenWb(list_df , wb = values $ wb , sheetname = sheetname )
3378
3378
# values$wb <- res$wb
3379
- values $ wb <- addGgplotsWb(list_plot , wb = res $ wb , sheetname , col = res $ col + 16 , width = 10 , height = 7 , dpi = 75 )
3379
+ values $ wb <- addGgplotsWb(list_plot , wb = res $ wb , res $ sheetname , col = res $ col + 16 , width = 10 , height = 7 , dpi = 75 )
3380
3380
# values$fileTFP <- screenSh(selector = "#cocPlot") ## screenshot
3381
3381
values $ fileCOC <- screenSh(values $ COCnetwork $ VIS , zoom = 2 , type = " vis" )
3382
3382
values $ list_file <- rbind(values $ list_file , c(sheetname = res $ sheetname ,values $ fileCOC ,res $ col ))
@@ -4121,7 +4121,7 @@ To ensure the functionality of Biblioshiny,
4121
4121
list_plot <- list (values $ degreePlot )
4122
4122
res <- addDataScreenWb(list_df , wb = values $ wb , sheetname = sheetname )
4123
4123
# values$wb <- res$wb
4124
- values $ wb <- addGgplotsWb(list_plot , wb = res $ wb , sheetname , col = res $ col + 15 , width = 12 , height = 8 , dpi = 75 )
4124
+ values $ wb <- addGgplotsWb(list_plot , wb = res $ wb , res $ sheetname , col = res $ col + 15 , width = 12 , height = 8 , dpi = 75 )
4125
4125
# values$fileTFP <- screenSh(selector = "#cocitPlot") ## screenshot
4126
4126
values $ fileCOCIT <- screenSh(values $ COCITnetwork $ VIS , zoom = 2 , type = " vis" )
4127
4127
values $ list_file <- rbind(values $ list_file , c(sheetname = res $ sheetname ,values $ fileCOCIT ,res $ col ))
@@ -4252,7 +4252,7 @@ To ensure the functionality of Biblioshiny,
4252
4252
list_df <- list (values $ colnet $ params , values $ colnet $ cluster_res )
4253
4253
list_plot <- list (values $ degreePlot )
4254
4254
res <- addDataScreenWb(list_df , wb = values $ wb , sheetname = sheetname )
4255
- values $ wb <- addGgplotsWb(list_plot , wb = res $ wb , sheetname , col = res $ col + 15 , width = 12 , height = 8 , dpi = 75 )
4255
+ values $ wb <- addGgplotsWb(list_plot , wb = res $ wb , res $ sheetname , col = res $ col + 15 , width = 12 , height = 8 , dpi = 75 )
4256
4256
# values$fileTFP <- screenSh(selector = "#colPlot") ## screenshot
4257
4257
values $ fileCOL <- screenSh(values $ COLnetwork $ VIS , zoom = 2 , type = " vis" )
4258
4258
values $ list_file <- rbind(values $ list_file , c(sheetname = res $ sheetname ,values $ fileCOL ,res $ col ))
0 commit comments