| plot.depth | R Documentation |
For d = 2, plots the data with point size proportional to depth and outliers flagged in red. For d > 2, plots a depth profile (observation index vs depth value).
## S3 method for class 'depth'
plot(x, outlier_threshold = 0.05, main = NULL, ...)
x |
A |
outlier_threshold |
Quantile threshold for flagging outliers. Default 0.05. |
main |
Plot title. If |
... |
Additional arguments passed to |
Invisibly returns x, the original depth object.
Called primarily for its side effect of producing a plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.