## Example code for plot of a soil profile
soil.profile(depth = c(20, 40, 52, 60), zw = 20, type = c("Dry Sand",
"Saturated Sand", "Soft Clay", "Dense Gravel"),
gamma = c(110, 115, 120, 150), phi = c(30, 30, NA, 38),
C = c(NA, NA, 300, NA), metric = FALSE)
Run the code above in your browser using DataLab