GeoRiskRRock: Shear strengths of rocks

Description Arguments Details Value Note Author(s) References See Also Examples

Description

Data sets covers the shear strengths from rocks

Arguments

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

Details

The data set contains several columns : cohesion, friction angle, unit grivity, investigator, published year, rock name.

Value

Returns a matrix that contains above values for each rocks included in the data set.

Note

Please read the following references for the original data (adopted from):

[1] Gay Geoffrey, Schad Herman, 2001. Landslides and Rockfall in Keuper. Otto-Graf-Journal. Vol. 12, 201-214.

[2] Goodman, R.E., Algren, Ch.S. 2000. Evaluating safety of concrete gravity dam on weak rock: Scott dam. J. Geot. Geoenvironmental Eng., 126(5): 429-442.

[3] Lanaro F., Fredriksson A. 2005. Rock mechanics characterisation of the rock mass summary of primary data. Preliminary site description version 1.2. R-05-21. Swedish Nuclear Fuel and Waste Management Co. http://193.235.25.3/upload/publications/pdf/R-05-21webb.pdf.

[4] Lindquist, E.S. 1994. The strength and deformation properties of melange.PhD Thesis, Dept. of Civil Engineering, University of California. Berkeley.

[5] Young DS. 1986. A generalized probabilistic approach for slope analysis: practicalapplication to an open pit iron ore mine. Int J Mining Geol Eng 4(1):3-13

[6] Wang XG, Dong YJ. Shear strength parameters of rock mass. Beijing: China Water Power Press; 2010 [in Chinese].

Author(s)

Xingzheng Wu xingzhengwu@gmail.com

References

Wu XZ. 2013. Implementing reproducible data analysis and statistical computing for the geosciences in R. Computers and Geosciences. submitted.

See Also

Wu XZ. 2013. Uncertainty and statistical dependence of shear strength parameters of rocks. International Journal of Rock Mechanics and Mining Sciences. Under review.

Examples

1
2
3
4
5
6
7
8
	##---- Should be DIRECTLY executable !! ----
	##--	listing data.
	RockShear[["name"]]  ##column named "name"

	which(RockShear[["name"]]=='Young')  ##returns a vector of the indices of x 
	which(RockShear[["type"]]=='Melange')  ##returns a vector of the indices of x 
	RockShear[which(RockShear[["type"]]=="Melange"),]
	  ##listing a matrix where the soil type = 'MBC'

GeoRiskR documentation built on May 2, 2019, 5:50 p.m.