Learn R Programming

tornado (version 0.1.3)

print.tornado_plot: print data in a tornado_plot

Description

print data in a tornado_plot

Usage

# S3 method for tornado_plot
print(x, ...)

Arguments

x

the object to be printed

...

further arguments passed to print.data.frame

Examples

Run this code
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