The ithir R package

The ithir R package is a necessary installation for being able to use the various R for digital soil mapping examples on this site. This is because it has all the required data sets and some of the required R functions. Some further information about ithir can be found here

One you have installed a version of R onto your computer (see part 1 of R literacy for digital soil mapping page for instructions on how to do this if needed), you will need to use the following lines of R code:

> install.packages("devtools") 
> library(devtools)
> install_github("brendo1001/ithir_github/pkg") #ithir package

An example script can also be downloaded from here