##useDynLib(panelView)
##exportPattern("^[[:alpha:]]+")
importFrom("stats", "na.omit", "sd", "var", "ave", "aggregate", "approxfun")
importFrom("ggplot2", "geom_boxplot", "geom_density", "geom_tile",
           "geom_point","geom_col", "labs", "theme_bw", "scale_fill_manual",
           "geom_hline", "geom_line", "geom_ribbon", "geom_vline",
           "ggplot", "coord_cartesian", "coord_flip", "element_text",
           "element_blank", "scale_x_continuous", "scale_y_continuous",
           "scale_linetype_manual", "scale_size_manual", "theme",
           "scale_colour_manual", "aes", "annotate", "ggtitle", "geom_rect",
           "scale_color_discrete", "scale_color_manual", "ggplotGrob",
           "guide_legend", "margin", "guides","xlab","ylab", "unit",
           "element_rect", "geom_jitter", "scale_shape_manual", "geom_bar",
           "scale_fill_gradient", "sec_axis", "facet_wrap")
importFrom("gridExtra", "grid.arrange", "arrangeGrob")
importFrom("grid", "textGrob", "gpar")
importFrom("dplyr", "coalesce", "summarise", "group_by_all", "n")

export(panelview)
