# Generated by roxygen2: do not edit by hand

S3method(importance,cv.glmnet)
S3method(importance,glm)
S3method(importance,lm)
S3method(importance,survreg)
S3method(importance,train)
S3method(plot,importance_plot)
S3method(plot,tornado_plot)
S3method(print,importance_plot)
S3method(print,tornado_plot)
S3method(quantile,ordered)
S3method(tornado,coxph)
S3method(tornado,cv.glmnet)
S3method(tornado,glm)
S3method(tornado,lm)
S3method(tornado,survreg)
S3method(tornado,train)
export(importance)
export(tornado)
import(ggplot2)
import(survival)
importFrom(assertthat,assert_that)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.off)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,rectGrob)
importFrom(grid,unit)
importFrom(grid,unit.c)
importFrom(gridExtra,arrangeGrob)
importFrom(scales,percent)
importFrom(stats,add1)
importFrom(stats,anova)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,terms)
