comparison visualize_pore_diameter_aqp.R @ 10:afd0260e676f draft

"planemo upload for repository https://github.com/mesocentre-clermont-auvergne/aubi_piaf commit 3111e03da3d8644ceaf94e9796f6c4206d3fe440-dirty"
author agpetit
date Tue, 07 Jun 2022 12:04:45 +0000
parents e5cf7698a2af
children f5064c93f7ab
comparison
equal deleted inserted replaced
9:e5cf7698a2af 10:afd0260e676f
100 100
101 if (opt$all_distribution == TRUE) { 101 if (opt$all_distribution == TRUE) {
102 group_all <- c("time", "aqp", "protomer") 102 group_all <- c("time", "aqp", "protomer")
103 color_all <- "protomer" 103 color_all <- "protomer"
104 wrap_all <- c("aqp", "protomer") 104 wrap_all <- c("aqp", "protomer")
105 title_all <- "Average distance ArR-ArR by protomer anq AQP" 105 title_all <- "Average distance ArR-ArR by protomer and AQP"
106 g_all_distribution <- create_ggplot(tibble_sort_mean_long, tibble_sort_std_long, group_all, color_all, wrap_all, title_all) 106 g_all_distribution <- create_ggplot(tibble_sort_mean_long, tibble_sort_std_long, group_all, color_all, wrap_all, title_all)
107 ggsave("Distance_distribution_on_all_protomers.png", g_all_distribution, width = 40, height = 20, units = "cm") 107 ggsave("Distance_distribution_on_all_protomers.png", g_all_distribution, width = 40, height = 20, units = "cm")
108 list_ggplot[[3]] <- g_all_distribution 108 list_ggplot[[3]] <- g_all_distribution
109 } 109 }
110 110