rysgran-package(rysgran)
rysgran-package()所属R语言包:rysgran
Grain size analysis, textural classifications and distribution of unconsolidated sediments
粒度分析,纹理的分类和分布的松散沉积物
译者:生物统计家园网 机器人LoveR
描述----------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).<br> 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).<br>
该软件包是一个端口连接到R的SysGran程序,在Delphi编写的卡马乔(2006年)。它包含功能分析的基础上,其中包括各种方法,如民间沃德(1957年)和矩方法(丹,1995年);纹理的分类和分布的松散沉积物的粒度样品显示直方图中,bivariated图谢泼德(1954年)和Pejrup(1988年)和三元图。<BR> 2.0之前的版本只支持数据输入对数刻度(披间隔)。 ,现在rysgran可以处理规模数和几何数据(微米间隔)。<BR>
Details
详细信息----------Details----------
(作者)----------Author(s)----------
Eliandro R. Gilbert (<a href="mailto:eliandrogilbert@gmail.com">eliandrogilbert@gmail.com</a>)<br>
Mauricio G. Camargo (<a href="mailto:camargo.ufpr@gmail.com">camargo.ufpr@gmail.com</a>)<br>
Leonardo Sandrini (<a href="mailto:leonardosandrini@gmail.com">leonardosandrini@gmail.com</a>)
Maintainer: Eliandro R. Gilbert (<a href="mailto:eliandrogilbert@gmail.com">eliandrogilbert@gmail.com</a>)
参考文献----------References----------
参见----------See Also----------
gran.stats , class.percent , rysgran.hist , rysgran.plot , rysgran.ternary
gran.stats,class.percent,rysgran.hist,rysgran.plot,rysgran.ternary
实例----------Examples----------
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[bivariated图]
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)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|