powered by
Print method for an object of class flashlight.
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) flashlight(model = fit, label = "lm", y = "Sepal.Length", data = iris)
Run the code above in your browser using DataLab