powered by
tornado_plot
print data in a tornado_plot
# S3 method for tornado_plot print(x, ...)
the object to be printed
further arguments passed to print.data.frame
print.data.frame
gtest <- lm(mpg ~ cyl*wt*hp, data = mtcars) tp <- tornado(gtest, type = "PercentChange", alpha = 0.10, xlabel = "MPG") print(tp)
Run the code above in your browser using DataLab