halfnorm | R Documentation |
Makes a half-normal plot
halfnorm( x, nlab = 2, labs = as.character(1:length(x)), ylab = "Sorted Data", ... )
x |
a numeric vector |
nlab |
number of points to label |
labs |
labels for points |
ylab |
label for Y-axis |
... |
arguments passed to plot() |
none
Julian Faraway
qqnorm
halfnorm(runif(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.