rysgran-package: Grain size analysis, textural classifications and...

Description Details Author(s) References See Also Examples

Description

This package is a port to R of the SysGran program, written in Delphi by Camargo (2006). It contains functions for the analysis of grain size samples based on various methods, like Folk & Ward (1957) and Methods of Moments (Tanner, 1995), among others; textural classifications and distribution of unconsolidated sediments are shown in histograms, bivariated plots and ternary diagrams of Shepard (1954) and Pejrup (1988).
Versions prior to 2.0 supported only data input in logarithmic scale (phi intervals). Now rysgran can handle both logarithmic and geometric scale data (micrometers intervals).
English and Portuguese languages are supported in outputs

Details

Package: rysgran
Type: Package
Version: 2.1.0
Date: 2014-07-09
License: GPL (>= 2.0)
LazyLoad: yes

Author(s)

Eliandro R. Gilbert (eliandrogilbert@gmail.com)
Mauricio G. Camargo (camargo.ufpr@gmail.com)
Leonardo Sandrini (leonardosandrini@gmail.com)

Maintainer: Eliandro Ronael Gilbert (eliandrogilbert@gmail.com)

References

- Camargo, M. G. (2006) SysGran: um sistema de codigo aberto para analises granulometricas do sedimento. Revista Brasileira de Geociencias, 345: 345–352.

- Folk, R. L. and Ward W. C. (1957) Brazos river bar: A study in the significance of grain size parameters. Journal of Sed. Petrol., 27: 3–27.

- McCammon, R. B. (1962) Efficiencies of percentile measurements for describing the mean size and sorting of sedimentary particles. Journal of Geology, 70: 453–465.

- Otto, G. H. (1939) A modified logarithmic probability paper for the interpretation of mechanical analysis of sediments. Journal os Sed. Petrol., 9: 62–76.

- Pejrup, M. (1988) The triangular diagram used for classification of estuarine sediments: a new approach. in: Tide-influenced sedimentary environments and facies. BOER, P.L. ; GELDER, A. & NIO, S.D. (Eds). D. Reidel Publishing Company. Holland.

- Shepard, F. P. (1954) Nomenclature based on sand-silt-clay ratios. Journal Sedimentary Petrology, 24:151–158.

- Tanner, W.F. (1995) Environmental clastic granulometry. Florida Geological Survey, Special Publication 40. 142 pp.

- Trask, P. D. (1930) Mechanical analysis of sediments by centrifuge. Economic Geology, 25: 581–599.

See Also

gran.stats , class.percent , rysgran.hist , rysgran.plot , rysgran.ternary

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
library (rysgran)
data (camargo2001)
data(sed.phi)
data(sed.metric)

#grain size analysis using Folk & Ward with verbal classification
gran.stats (camargo2001, method="folk" , verbal=TRUE)


#grain size analysis using Method of Moments with verbal classification
gran.stats (sed.metric, method="moment" , verbal=TRUE)


#weight percentages
class.percent (camargo2001, mode="total")


#histograms
rysgran.hist (camargo2001)


#bivariated plot
rysgran.plot ("mean" , "sort" , data = camargo2001, method="folk", pch=19)


#ternary diagram of Shepard
percent <- class.percent(camargo2001, mode="total")
x<-percent[2:4]
rysgran.ternary  (x, method= "shepard", pch=19)

rysgran documentation built on May 1, 2019, 8:06 p.m.