Learn R Programming

flashlight (version 0.3.0)

print.flashlight: Prints a flashlight

Description

Print method for an object of class flashlight.

Usage

# S3 method for 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

Run this code
# NOT RUN {
fit <- lm(Sepal.Length ~ ., data = iris)
flashlight(model = fit, label = "lm", y = "Sepal.Length", data = iris)
# }

Run the code above in your browser using DataLab