Plot or Print Fuzzy Rank Objects.
# S3 method for fuzzyrankci
plot(x, y, add = FALSE, verticals = FALSE,
col.hor = par("col"), col.vert = par("col"), lty.vert = 2,
pch.vert = 19, full.ylim = TRUE, extra.xlim = 0.2, main, …)
# S3 method for fuzzyranktest
plot(x, y, type = c("pdf", "cdf"), add = FALSE,
col.hor = par("col"), col.vert = par("col"), lty.vert = 2,
extra.xlim = 0.2, main, …)
# S3 method for fuzzyrankci
print(x, digits = 4, …)
# S3 method for fuzzyranktest
print(x, digits = 4, …)
object of class "fuzzyrankci"
or "fuzzyranktest"
.
not used (required because plot
is generic.
if "pdf"
plot the probability density function of the
fuzzy P-value, if "cdf"
plot the cumulative distribution function.
You can specify just the initial letter.
if TRUE
add to existing plot, otherwise make new plot.
if TRUE
, put in vertical lines at jumps.
color for horizontal lines of step functions.
color for vertical lines of step functions (if requested).
line type for vertical lines of step functions (if requested).
point type (see argument pch
of points
)
for values at jumps of step functions.
use ylim = c(0, 1)
in the plot.
make flat parts of the graph to either side of the
interesting parts at least extra.xlim
times the range of the
interesting parts, where “interesting parts” means the part
where the PDF of the fuzzy P-value or the membership function of the
fuzzy confidence interval is nonzero.
main title for plot. Usually missing, in which case standard titles are used.
extra arguments passed internally to plot functions.
supplied to format
and print
internally.