У нас вы можете посмотреть бесплатно How to dynamically add significance bars and stars to a figure in ggplot2 (CC113) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
A lot of people add significance bars and stars to their plots using PowerPoint or Illustrator. If the visual changes, they have to repeat the process. In this episode, we'll dynamically add significance bars and stars to a figure generated using ggplot2 with the geom_segment and geom_text functions. Along the way we'll use if_else, case_when, map_dbl, and even create our own function. Pat will use RStudio and the #geom_segment and #geom_text functions from the #ggplot2 package. The accompanying blog post can be found at https://www.riffomonas.org/code_club/.... Do you have a figure that you would like to receive a critique or help improving? Let me know and I'd be happy to arrange a guest appearance! If you're interested in taking an upcoming 3 day R workshop, email me at [email protected]! R: https://r-project.org RStudio: https://rstudio.com Raw data: https://github.com/riffomonas/raw_dat... Workshops: https://www.mothur.org/wiki/workshops You can also find complete tutorials for learning R with the tidyverse using... Microbial ecology data: https://www.riffomonas.org/minimalR/ General data: https://www.riffomonas.org/generalR/ 0:00 Introduction 4:19 Correcting p-values 7:09 Organizing code 9:04 Adding comparison bars with geom_segment 16:27 Adding stars with geom_text 19:04 Placing bars and stars to be closer to data 24:47 Testing code with different pooling threshold 26:01 Recap