Plasticity: Plasticity Functions

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

Description

These functions compute diferent aspects related to plasticity:

Usage

1
2
3
4
5
LL(N, w, draw)
PI(LL, PL)
LI(w, LL, PL)
A.line(LL)
plasticity.plot(LL, PL = NA, PI = NA)

Arguments

LL

Liquid Limit (percent)

PL

Plastic Limit (percent)

PI

Plasticity index (percent)

w

moisture content (percent) [see details below]

N

vector of number of blows obtained from the liquid limit test (for LL function)

draw

logical variable: TRUE if plot of flow curve is desired, and FALSE to suppress the creation of the plot (for LL function)

Details

Value

Author(s)

James Kaklamanos <kaklamanosj@merrimack.edu> and Kyle Elmy <ElmyK@merrimack.edu>

References

Casagrande, A.M. (1948). "Classification and Identification of Soils", ASCE Transactions, Vol. 113, pp. 901-991.

Sowers, G.F. (1979). "Introductory Soil Mechanics and Foundations: Geotechnical Engineering", 4th edition, Macmillan, New York.

See Also

USCS, AASHTO, grainSize

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Example code for Plasticity Index
PI(LL = 80, PL = 30)

## Example code for Liquidity Index
LI(w = 55, PL = 20, LL = 50)

## Example code for plasticity plot
plasticity.plot(LL = 40, PL = 20)

## Example code for liquid limit analysis
LL(N = c(72, 37, 14), w = c(7, 15, 21), draw = TRUE)

geotech documentation built on May 1, 2019, 9:09 p.m.

Related to Plasticity in geotech...