lines.gp(spectralGP)
lines.gp()所属R语言包:spectralGP
Add a line plot for a one-dimensional process based on a spectral GP object
基于上的光谱GP对象的一个一维的过程中添加线图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Adds a line plot to an existing plot.
将一个现有的图线图。
用法----------Usage----------
## S3 method for class 'gp':
lines(x, ...)
参数----------Arguments----------
参数:x
A GP object, created by gp.
一个GP对象,创建的gp。
参数:...
Extra arguments to plotting functions.
额外的参数绘图功能。
值----------Value----------
No value is returned.
无返回值。
(作者)----------Author(s)----------
Christopher Paciorek <a href="mailto:paciorek@alumni.cmu.edu">paciorek@alumni.cmu.edu</a>
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
library(spectralGP)
gp1=gp(c(128),matern.specdens,c(1,4))
simulate(gp1)
plot(gp1)
simulate(gp1)
lines(gp1,col=2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|