This is a gallery of built-in flyover
functions to
illustrate the options that ship with the package.
See available built-in functions by accessing the help page with
?flyover_histogram
.
The data used in this example is the same as in the previous vignettes, with the exception of the addition of some missing values.
str(my_data)
## tibble [200 × 10] (S3: tbl_df/tbl/data.frame)
## $ source: chr [1:200] "old" "old" "old" "old" ...
## $ norm : num [1:200] 1.586 1.709 0.891 0.547 1.606 ...
## $ exp : num [1:200] 0.1772 0.0858 0.3273 0.5311 2.5615 ...
## $ chisq : num [1:200] 4.53 6.54 4.92 3.55 2.71 ...
## $ lnorm : num [1:200] 1.024 0.619 1.016 4.919 1.054 ...
## $ gamma : num [1:200] 0.866 0.89 0.549 1.02 0.948 ...
## $ alpha : chr [1:200] "c" "b" "a" "d" ...
## $ hilo : chr [1:200] "high" "low" "low" "low" ...
## $ tf : logi [1:200] TRUE FALSE TRUE TRUE FALSE TRUE ...
## $ fruit : chr [1:200] "pear" "pear" "apple" "pear" ...