**Hello World!**

Multi-line chart - number of COVID deaths in V4 countries

ggplot, line chart, V4 countries, COVID-19

I would like to highlight here the charting capabilities of ggplot, that are based on different layers containing geoms (lines, points, bars, etc). There is at least one “aesthetic mapping” that describes how variables in the data are mapped to geoms in the basic ggplot() declaration. However, additional mappings can... [Tovább/More]

Data wrangling in R (tidyverse)

pivoting, select, filter, rename functions

Data wrangling is the process of shaping data into a format that is appropriate for specific analytical purposes. In the following example we shall read John Hopkins University’s (JHU) COVID-19 deaths database. It contains daily cumulative number of COVID-19 deaths for countries, and in some cases (like USA) for provinces/states.... [Tovább/More]