multcompView (version 0.1-8)

print.multcompLetters: print a multcompLetters object

Description

print method for an object of class 'multcompLetters'.

Usage

# S3 method for multcompLetters
print(x, all = FALSE, ...)

Value

x\$Letters = the named, character vector representation of the 'multcompLetters' evaluation of the distance relationships

Arguments

x

an object of class 'multcompLetters'

all

FALSE to print only the character vector representations of the 'multcompLetters' comparison summary; TRUE to print also the matrix representation.

...

Other optional print parameters as described on the print help page.

Author

Spencer Graves

Details

Prints only the Letters component of the 'multcompLetters' list unless all=TRUE.

See Also

multcompLetters

Examples

Run this code

dif3 <- c(FALSE, FALSE, TRUE)
names(dif3) <- c("A-B", "A-C", "B-C")
dif3L <- multcompLetters(dif3)
dif3L
print(dif3L)
print(dif3L, TRUE)

Run the code above in your browser using DataLab