fuzzyRankHelper {fuzzyRankTests} | R Documentation |
Helper Functions for Fuzzy Rank Stuff
Description
Plot or Print Fuzzy Rank Objects.
Usage
## S3 method for class '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 class '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 class 'fuzzyrankci'
print(x, digits = 4, ...)
## S3 method for class 'fuzzyranktest'
print(x, digits = 4, ...)
Arguments
x |
object of class |
y |
not used (required because |
type |
if |
add |
if |
verticals |
if |
col.hor |
color for horizontal lines of step functions. |
col.vert |
color for vertical lines of step functions (if requested). |
lty.vert |
line type for vertical lines of step functions (if requested). |
pch.vert |
point type (see argument |
full.ylim |
use |
extra.xlim |
make flat parts of the graph to either side of the
interesting parts at least |
main |
main title for plot. Usually missing, in which case standard titles are used. |
... |
extra arguments passed internally to plot functions. |
digits |
supplied to |
See Also
plot
,
print
,
fuzzy.sign.ci
,
fuzzy.sign.test
.