print.light {flashlight} | R 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")
[Package flashlight version 0.9.0 Index]