print.flashlight: Prints a flashlight

View source: R/methods.R

print.flashlightR Documentation

Prints a flashlight

Description

Print method for an object of class "flashlight".

Usage

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

Arguments

x

A on object of class "flashlight".

...

Further arguments passed from other methods.

Value

Invisibly, the input is returned.

See Also

flashlight()

Examples

fit <- lm(Sepal.Length ~ ., data = iris)
x <- flashlight(model = fit, label = "lm", y = "Sepal.Length", data = iris)
x

mayer79/flashlight documentation built on Feb. 13, 2024, 1:09 p.m.