Description Usage Arguments Details Value Examples
View source: R/read_sol_prof.R
This reads most horizon data from an existing DSSAT soil file, so that the parameters can be used in experimental files or for analysis
1  | read_sol_prof(solfile, profiles)
 | 
solfile | 
 Name of .SOL file to read in  | 
profiles | 
 Vector of profile name to read in (must be exact)  | 
This function currently pulls nearly all the horizon data from a DSSAT .sol profile. It is a fuller version of read_SOL_prof
List of soil parameters of interest
1 2 3  | f <- "~/DSSAT45/SOIL/WI.SOL"  # .SOL file (WISE)
sprofs <- read_sol_prof(solfile = f, profiles = "WI_ACLS021")
sprofs[, c(1:7, 11:16), with = FALSE]
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.