LABSAF is an R package under development that provides multiple functions for exploratory spatial soil analysis.
It has multiple user-friendly functions for exploring the Earth Engine catalogue dataset using the tidyverse
syntax derived from tidyrgee
and rgee
. Finally it has multiple functions for spatial exploratory graphics and also for mapping derived for ggplot
, sfmap
and tidyterra
.
You can install the first version of labsaf from GitHub:
The following code just copy and paste into the R console:
if(!require("remotes")) install.packages("remotes")
remotes::install_github("ambarja/labsaf")
library(labsaf)