- R Data Visualization Recipes
- Vitor Bianchi Lanzetta
- 38字
- 2021-07-02 23:33:28
Getting ready
In order to properly execute this recipe, the ggExtra package must be locked and loaded. Run the following code to make that happen:
> if( !require(ggExtra)){ install.packages('ggExtra')}
Once ggExtra is installed we can go on.