Learn R Programming

randomLCA (version 1.1-4)

print.randomLCA: print for randomLCA object

Description

Prints a randomLCA object. Prints summary.

Usage

# S3 method for randomLCA
print(x, ...)

Arguments

x

randomLCA object

...

additional argument; currently none is used.

Author

Ken Beath

Examples

Run this code
# \donttest{
pap.lca1 <- randomLCA(pap[, 1:10], freq = pap$Freq, nclass = 1, cores = 1)
pap.lca1
# or
print(pap.lca1)
# }

Run the code above in your browser using DataLab