dbplot_boxplot: Boxplot

Description Usage Arguments See Also

View source: R/boxplot.R

Description

Uses very generic dplyr code to aggregate data and then 'ggplot2' to create the boxplot Because of this approach, the calculations automatically run inside the database if 'data' has a database or sparklyr connection. The 'class()' of such tables in R are: tbl_sql, tbl_dbi, tbl_spark

It currently only works with Spark and Hive connections.

Usage

1

Arguments

data

A table (tbl)

x

A discrete variable in which to group the boxplots

var

A continuous variable

coef

Length of the whiskers as multiple of IQR. Defaults to 1.5

See Also

dbplot_bar, dbplot_line , dbplot_raster, dbplot_histogram


dbplot documentation built on Feb. 7, 2020, 9:06 a.m.