| plot.epoce | R Documentation |
Plots values of estimators MPOL and CVPOL for evaluating EPOCE. No confidence interval.
## S3 method for class 'epoce'
plot(x, type, pos.legend="topright", cex.legend=0.7,
Xlab="Time",Ylab="Epoce", ...)
x |
An object inheriting from |
type |
Type of estimator to plot. If new dataset was used only mpol can
be plotted ( |
pos.legend |
The location of the legend can be specified by setting this argument to a single keyword from the list '"bottomright"', '"bottom"', '"bottomleft"', '"left"', '"topleft"', '"top"', '"topright"', '"right"' and '"center"'. The default is '"topright"'. |
cex.legend |
size of the legend. Default is 0.7. |
Xlab |
Label of x-axis. Default is '"Time"' |
Ylab |
Label of y-axis. Default is '"Epoce"' |
... |
Other unused arguments. |
Print a curve of the estimator of EPOCE using time points defined in
epoce.
epoce
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.