View source: R/plot.hotspots.R
plot.hotspots | R Documentation |
plot
method for class "hotspots"
.
## S3 method for "hotspots" objects
## S3 method for class 'hotspots'
plot(x, pch = par("pch"), ...)
x |
|
pch |
plotting character. See |
... |
further plotting parameters to pass to |
Uses the function densityplot
from the lattice
package to show the distribution of the data and the position
of the positive and/or negative hot spot or outlier cutoffs.
An object of class "trellis"
.
Anthony Darrouzet-Nardi
hotspots
, summary.hotspots
, densityplot
#both tails on skewed data
rln100pn <- hotspots(c(rlnorm(50),rlnorm(50)*-1),tail = "both")
plot(rln100pn)
#modify graphical parameters
plot(rln100pn, pch = 16, cex = 1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.