print.light | R Documentation |
Print method for an object of class "light".
## S3 method for class 'light'
print(x, ...)
x |
A on object of class "light". |
... |
Further arguments passed from other methods. |
Invisibly, the input is returned.
fit <- lm(Sepal.Length ~ ., data = iris)
fl <- flashlight(model = fit, label = "lm", y = "Sepal.Length", data = iris)
light_performance(fl, v = "Species")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.