plot.IRRsim | R Documentation |
Returns a ggplot2
expression.
## S3 method for class 'IRRsim'
plot(x, method = "loess", stat, point.alpha = 0.3, title = TRUE, ...)
x |
the result of |
method |
the method used to find predicted values. Possible values are loess, linear, and quadratic. |
stat |
the IRR statistic to return summary for, or "all" for all metrics. |
point.alpha |
the alpha used for points. |
title |
the title of the plot |
... |
currently unused. |
a 'ggplot2' expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.