Description Usage Arguments Value Author(s) See Also
As an extention to the ggplot2
package, the function adds a covafill fit to an (x,y) plot. The fit is predicted to points on the interval range(x).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
mapping |
Set of mappings created by 'aes' from the |
data |
The data to be displayed in this layer. The same as |
geom |
The same as |
position |
Position adjustments. The same as |
na.rm |
Not used |
show.legend |
Should this legend be displayed? The same as |
inherit.aes |
The same as |
n |
Number of points to do prediction on. |
bandwith |
Bandwith used in covafill. Uses |
polyDegree |
Polynomial degree to use in covafill. |
level |
Level of confidence interval to use. |
se |
Should confidence intervals be displayed? |
... |
Other arguments passed to |
A ggplot2
layer
.
Christoffer Moesgaard Albertsen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.