genomes-plot(genomes)
genomes-plot()所属R语言包:genomes
Genome table plots by release date
发行日期的基因表图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generic function for plotting the cumulative number of genomes by released date for genome tables
绘制基因组的基因表发布日期的累计数的通用功能
用法----------Usage----------
## S3 method for class 'genomes'
plot(x, subset,
xlab = "Release Date", ylab ="Genomes",
type= "l", col = "blue", ...)
参数----------Arguments----------
参数:x
a genomes data frame with class 'genomes'
1的基因组数据类的基因组框架“
参数:subset
logical vector indicating rows to keep
逻辑向量,表示保留的行
参数:xlab
x-axis label
X轴标签
参数:ylab
y-axis label
Y轴标签
参数:type
type of plot, default is a blue line
图类型,默认的是蓝线
参数:col
color
颜色
参数:...
additional arguments passed to plot
额外的参数传递到绘制
值----------Value----------
A plot of the cumulative total of genomes by release date.
一个图累计发行日期的基因组。
作者(S)----------Author(s)----------
Chris Stubben
参见----------See Also----------
plotby to plot release dates by any grouping column
plotby绘制任何分组列发行日期
举例----------Examples----------
data(lproks)
plot(lproks)
plot(lproks, name %like% 'Yersinia*', ylab="Yersinia genomes")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|