read_apsim_soils | R Documentation |
APSIM soils can be stored as XML files (soils) and reading them in converts them into a list of individual objects of class ‘soil_profile’
read_apsim_soils(file, src.dir = ".", verbose = TRUE)
file |
name of the file (the extension sohuld be .soils) |
src.dir |
directory containing the .soils file (defaults to the current directory) |
verbose |
whether to print additional information about the progress of reading the individual soils in. |
extd.dir <- system.file("extdata", package = "apsimx")
sls <- read_apsim_soils("Clarion.soils", src.dir = extd.dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.