print.light: Prints light Object

View source: R/print_light.R

print.lightR Documentation

Prints light Object

Description

Print method for an object of class "light".

Usage

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

Arguments

x

A on object of class "light".

...

Further arguments passed from other methods.

Value

Invisibly, the input is returned.

Examples

fit <- lm(Sepal.Length ~ ., data = iris)
fl <- flashlight(model = fit, label = "lm", y = "Sepal.Length", data = iris)
light_performance(fl, v = "Species")

flashlight documentation built on May 31, 2023, 6:19 p.m.