Description Arguments Details Value Note Author(s) References Examples
Data sets covers the shear strengths, properties from undisturbed soils by triaxial test
cohesion |
a numeric for the cohesion, in kPa |
friction angle |
a numeric for the inner friction angle, in degree |
unit gravity |
a numeric for the unit gravity, in kN/m^3 |
The data set contains several columns : No. FC CC D10 D30 D60 Cu Cc LL Gamma W Gammad c phi, investigator, published year, rock name.
Returns a matrix that contains above values for each soils included in the data set.
Please read the following references for the original data (adopted from)
[1] Mousavi SM, Alavi AH, Gandomi AH, Mollahasani A. Nonlinear genetic-based simulation of soil shear strength parameters. J. Earth Syst. Sci.120(6): 1001-1022.
Xingzheng Wu xingzhengwu@gmail.com
Wu XZ. 2013. Implementing reproducible data analysis and statistical computing for the geosciences in R. Computers and Geosciences. submitted.
1 2 3 4 5 6 | ##---- Should be DIRECTLY executable !! ----
##-- listing data.
MousaviSet[["name"]] ##column named "name"
MousaviSet[1,] ##1st row
MousaviSet[["friction.angle"]] ##listing a matrix where the soil type = 'friction.angle'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.