powered by
Print method for an object of class flashlight.
flashlight
# S3 method for flashlight print(x, ...)
A on object of class flashlight.
Further arguments passed from other methods.
Invisibly, the input is returned.
flashlight.
# NOT RUN { 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