plot.mandel | R Documentation |
Plotting method for objects inheriting from class "mandel"
.
## S3 method for class 'mandel'
plot(x, alpha = 0.005, ...)
x |
an object with class |
alpha |
level of significance. Defaults to |
... |
further arguments, currently ignored. |
demo(Pentosan)
##
## Not run:
data(Pentosan)
md <- mandelkTest(value ~ lab, Pentosan, subset = (material == "B"))
plot(md)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.