print.gran_advice {gravitas} | R Documentation |
Recommendations on plot choices, interaction, number of observations and intra or inter facet homogeneity. Important summaries before drawing distribution plots.
## S3 method for class 'gran_advice'
print(x, ...)
x |
An object of class gran_advice |
... |
other arguments to be passed for appropriate labels. |
Print check points before visualizing distribution across bivariate granularities
library(dplyr)
library(ggplot2)
smart_meter10 %>%
filter(customer_id == "10017936") %>%
gran_advice(gran1 = "wknd_wday",
gran2 = "hour_day")