print.light: Prints light Object

View source: R/methods.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")

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