Publications by Suschevskiy Vsevolod
waffle plots
Untitled Quarto Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org. library(waffle) Loading required package: ggplot2 library(extrafont) Registering fonts with R library("emojifont") library(tidyverse) ── Attaching core tidyverse packages ───...
379 sym Python (9166 sym/42 pcs) 8 img
Document
test Quarto Quarto enables you to weave together content and executable code into a finished presentation. To learn more about Quarto presentations see https://quarto.org/docs/presentations/. Bullets When you click the Render button a document will be generated that includes: Content authored with markdown Output from executable code Code When ...
744 sym
Penguins
viz Author Vsevolod Suschesvkiy Penguin story COMP_SCI_496 Pick some part of the data to communicate about, as you would in a paper or presentation. Make at least one communicative visualization and be prepared to share it in-class. library(tidyverse) library(palmerpenguins) library(ggimage) library(extrafont) font_import() Importing ...
284 sym 1 img