Plot loess lines with bootstrap standard errors.
画出黄土线,引导标准错误。
用法----------Usage----------
## S3 method for class 'loess.simpleboot':
plot(x, add = FALSE, all.lines = FALSE, ...)
参数----------Arguments----------
参数:x
An object of class "loess.simpleboot" as returned by the function loess.boot.
一个对象的类"loess.simpleboot"的返回的功能loess.boot。
参数:add
Should the loess line be plotted over the current plot?
黄土线绘制在当前的图吗?
参数:all.lines
Should we plot each of the individual loess lines from the bootstrap samples?
如果我们绘制的个人黄土线的bootstrap样本?
参数:...
Other arguments passed to plot.
其他参数传递给plot。
Details
详细信息----------Details----------
plot constructs (and plots) the original loess fit and +/- 2 bootstrap standard errors at locations specified in the new.xpts in loess.boot (or on an evenly spaced grid).
plot结构(图)原黄土配合和+ / - 2的引导标准误差在new.xpts在指定的位置loess.boot(或一个均匀分布的网格)。
值----------Value----------
Nothing is returned.
不返回任何值。
(作者)----------Author(s)----------
Roger D. Peng
实例----------Examples----------
## See the help page for `loess.boot' for an example.[#见的帮助页面loess.boot“的一个例子。]