print.ladle: Printing an Object of Class ladle

View source: R/InternalLadleFunctions.R

print.ladleR Documentation

Printing an Object of Class ladle

Description

Basic printing of an object of class ladle. Prints basically everything but the estimated components.

Usage

## S3 method for class 'ladle'
print(x, ...)

Arguments

x

an object of class ladle.

...

further arguments to be passed to or from methods.

Author(s)

Klaus Nordhausen

See Also

summary.ladle, plot.ladle, ladleplot, FOBIladle, PCAladle, SIRladle

Examples

n <- 1000
X <- cbind(rexp(n), rt(n,5), rnorm(n), rnorm(n), rnorm(n), rnorm(n))
test <- FOBIladle(X)
test

ICtest documentation built on May 18, 2022, 9:05 a.m.