View source: R/print_tornado_plot.R
print.tornado_plot | R Documentation |
tornado_plot
print data in a tornado_plot
## S3 method for class 'tornado_plot'
print(x, ...)
x |
the object to be printed |
... |
further arguments passed to |
gtest <- lm(mpg ~ cyl*wt*hp, data = mtcars)
tp <- tornado(gtest, type = "PercentChange", alpha = 0.10, xlabel = "MPG")
print(tp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.