print.tornado_plot {tornado} | R Documentation |
print data in a tornado_plot
Description
print data in a tornado_plot
Usage
## S3 method for class 'tornado_plot'
print(x, ...)
Arguments
x |
the object to be printed |
... |
further arguments passed to |
Examples
gtest <- lm(mpg ~ cyl*wt*hp, data = mtcars)
tp <- tornado(gtest, type = "PercentChange", alpha = 0.10, xlabel = "MPG")
print(tp)
[Package tornado version 0.1.3 Index]