powered by
Print method for an object of class "flashlight".
# S3 method for flashlight print(x, ...)
Invisibly, the input is returned.
A on object of class "flashlight".
Further arguments passed from other methods.
flashlight()
fit <- lm(Sepal.Length ~ ., data = iris) x <- flashlight(model = fit, label = "lm", y = "Sepal.Length", data = iris) x
Run the code above in your browser using DataLab