Logo
  • Categories
  • Tags
  • About

2021

[R] Hybrid map: Chloropleth X Time series 2021-09-28
{geofacet} allows to position plots in a similar pattern to the original geography, which provide more information than classical chloropleths but is also harder to read. In this tutorial we will see a simple approach to mix both approaches.
[R] Crop model with tidyverse (Part III) 2021-07-14
In this third part of the tutorial, we will now evaluate the error associated with the model predictions (the Root Mean Square Error, RMSE), and then try to decrease this error by optimizing one of the model parameter.