Building a graphic for coronavirus

I am very new to R and have been trying to create two graphics for the evolution of coronavirus around the world. In the first one, the Y axis is the cumulative number of infections in logarithmic scale and the X axis is the number of days since the tenth death in the country. In the second one, the Y axis is the cumulative number of deaths in logarithmic scale and the X axis is the same as the first one.

I am trying to use the following package: coronavirus <- read.csv('https://raw.githubusercontent.com/RamiKrispin/coronavirus-csv/master/coronavirus_dataset.csv')

The graphs I am trying to create shall replicate the ones present in the tweet (https://twitter.com/thomasfujiwara/status/1249817958874001412/photo/3) but regarding countries instead of Brazilian states.

I would appreciate if you could help with with the commands to create the graphs.

Thank you.

Here you can learn the commands.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.