print.flashlight {flashlight}R 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

[Package flashlight version 0.9.0 Index]