找回密码
 注册
查看: 574|回复: 0

R语言 CALIB包 plotSpikeSpotError()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 14:01:30 | 显示全部楼层 |阅读模式
plotSpikeSpotError(CALIB)
plotSpikeSpotError()所属R语言包:CALIB

                                         plot spot error of spikes.
                                         图尖峰点错误。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Plot spot error of spikes. Three types of plots are avaible: histogram,  boxplot and density.
图尖峰点错误。三种类型图avaible:直方图,箱线图和密度。


用法----------Usage----------


plotSpikeSpotError(parameter, array = 1, plottype = "hist", width = 1,
                   plotnames = NULL, main = NULL, ...)



参数----------Arguments----------

参数:parameter
a ParameterList object.
ParameterList对象。


参数:array
integer giving the array to be plotted.  
整数,要绘制的数组。


参数:plottype
string giving the type of plot.  
给予积类型的字符串。


参数:width
needed for density plot. This exists for compatibility with S;  if given, and bw is not, will set bw to width if this is a character string, or to a kernel-dependent multiple of  width if this is numeric. Default is 1.
需要密度图。存在与S的兼容性,如果给定,bw不,将设置bwwidth如果这是一个字符串,或内核依赖多个<X >如果这是数字。默认为1。


参数:plotnames
needed for boxplot. group labels which will be printed  under each boxplot.  
需要对盒形图。小组将根据每一个盒形图印标签。


参数:main
an overall title for the plot.
图的总冠军。


参数:...
other parameters can be used according to the plottype user specified.
其他参数可根据指定的plottype用户使用。


Details

详情----------Details----------

The function plots spot error of one array on different types of plots. Three types,  which are histogram, boxplot and density function, are available now. The argument  plottype is used for giving the plot type. It should be one of the following three  types: "hist", "boxplot" and "dens". The argument array gives the array index to  be plotted.
函数图的一个数组点错误,对不同类型的图。三种类型,这是直方图,箱线图和密度函数,现已上市。用于给人的图类型的参数plottype。它应该是以下三种类型之一:“历史”,“盒形图”和“窝点”。参数array给出了要绘制的数组索引。

The function accepts estimated spot error from the argument parameter.   
该函数接受估计参数parameter当场错误。


值----------Value----------

A plot is created on the current graphics device.
当前图形设备上创建一个图。


作者(S)----------Author(s)----------


Hui Zhao



参见----------See Also----------

hist, boxplot and plot in the graphics package.
hist,boxplot和plot在图形包。

density in the stats package.
density在统计包。


举例----------Examples----------


# load data: parameter[负载数据:参数]
data(parameter)

# specify the array to be plotted.[指定要绘制的数组。]
array <- 1

# plot histogram[图直方图]
plotSpikeSpotError(parameter,array=array,plottype="hist")
# plot boxplot[图盒形图]
plotSpikeSpotError(parameter,array=array,plottype="boxplot",plotnames=NULL)
# plot density function[图密度函数]
plotSpikeSpotError(parameter,array=array,plottype="dens",width=1)


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-25 09:20 , Processed in 0.020406 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表