{SlakeItEasy} provides utility functions to estimate soil aggregate stability via analysis of the projected area of soil during slaking tests, following Fajardo et al. (2016). Functions are designed to analyze the output of high-throughput image aquisition schemes (e.g., multiple replicates, multiple samples).
After installing R and R Studio, the development ersion of {SlakeItEasy} and its dependencies can be installed using the {remotes} package.
remotes::install_github('latenooker/SlakeItEasy')Detailed vignettes are under development. In the meantime, an example workflow can be accessed as follows.
invisible(rstudioapi::navigateToFile(system.file("demo", "02_workflow.R", package = "SlakeItEasy")))