plotNdistrib(VarEff)
plotNdistrib()所属R语言包:VarEff
Plots the posterior distributions of Ne or Log(Ne))
图后验分布的Ne或登录(NE))
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots the posterior distributions of the estimates of Ne (or Log(Ne)) at a number of times in the past.
图的后验分布的估计氖(或注销(Ne)等)在过去的次数。
用法----------Usage----------
plotNdistrib(infile = NULL, nbcases=NULL)
参数----------Arguments----------
参数:infile
[matrix]:job.Ndist created by the function NatSizeDist or job.Ldist created by the function LogSizeDist.
[矩阵]:job.Ndist创建的的功能NatSizeDist或job.Ldist由函数LogSizeDist创建的。
参数:nbcases
[integer]: number of times (suggestion: <=5) you wish to plot the distribution.
[整数]:次数(建议:<= 5)你想绘制的分布。
Details
详细信息----------Details----------
The function plotNdistrib() makes use of files .Ndist or .Ldist previously built by NatSizeDist() or LogSizeDist().
的的功能plotNdistrib()使得文件使用。Ndist或Ldist先前所建NatSizeDist()或LogSizeDist()中。
It allows the user to exhibit the density of the posterior distribution of Ne (or of Log(Ne)) at several times in the past.
它允许用户表现出的密度,氖(Ne)的后验分布(或登陆(Ne)等)在过去几次。
Compared to NTdist() that gives a rough but global view of these densities, plotNdistrib() gives a precise view of these densities at a small number of times.
相比NTdist(),其提供一个粗略的,但这些密度的全局视图,plotNdistrib()给出了一个精确的视图,这些密度在一个小的次数。
The global 2D plot given by NTdist() may help choosing the times when plotNdistrib() is used. <br>
全球2D绘图由NTdist()可以帮助选择使用的时候plotNdistrib()。参考
Caution! In the example below, we used nbcases=0 to get out. It allowed to built the package because the function is interactive.
注意!在下面的例子中,我们使用nbcases = 0出去。它允许建立了包,因为该函数是互动的。
If you want to use it just call the function
如果你想使用它只是调用该函数
plotNdistrib ()
plotNdistrib()
值----------Value----------
参数:job_Ndist
Figure of the posterior distributions of Ne at R console.
图的后验分布的Ne R控制台。
参数:job_Ldist
Figure of the posterior distributions of Log(Ne) at R console.
在R控制台log(NE)的后验分布图。
注意----------Note----------
More details on the model can be found on the website: https://qgp.jouy.inra.fr
更多细节的模型,可以在网站上找到:https://qgp.jouy.inra.fr
(作者)----------Author(s)----------
Natacha Nikolic <documents_57@hotmail.com> and Claude Chevalet <claude.chevalet@toulouse.inra.fr>
参考文献----------References----------
参见----------See Also----------
Overview: VarEff-package <br> Exemple: InputTest <br> HelpData: HelpData
概述:VarEff-package的<BR>为例:“InputTest的<BR> HelpData:HelpData
实例----------Examples----------
plotNdistrib (NameBATCH = system.file("extdata/job.Ndist", package = "VarEff")
, nbcases=0)
plotNdistrib (infile = "../VarEff/extdata/job.Ndist",nbcases=0)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|