Learn R Programming

PMCMRplus (version 1.9.3)

plot.mandel: Plotting mandel Objects

Description

Plotting method for objects inheriting from class "mandel".

Usage

# S3 method for mandel
plot(x, alpha = 0.005, ...)

Arguments

x

an object with class "mandel".

alpha

level of significance. Defaults to 0.005.

further arguments, currently ignored.

See Also

demo(Pentosan)

Examples

Run this code
# NOT RUN {
##
# }
# NOT RUN {
data(Pentosan)
md <- mandelkTest(value ~ lab, Pentosan, subset = (material == "B"))
plot(md)
# }

Run the code above in your browser using DataLab