Learn R Programming

flashlight (version 0.9.0)

print.flashlight: Prints a flashlight

Description

Print method for an object of class "flashlight".

Usage

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

Value

Invisibly, the input is returned.

Arguments

x

A on object of class "flashlight".

...

Further arguments passed from other methods.

See Also

flashlight()

Examples

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

Run the code above in your browser using DataLab