Description Usage Arguments Value Examples
View source: R/ltt_lineup_plots.R
Function to generate tea-tasting lineup
1 | tt_lineup_plot(lineup_dat)
|
lineup_dat |
dataframe structured from |
lineup faceted ggplot object
1 2 3 4 | dat=data.frame(x=rnorm(50))
dat$y=x+rnorm(50)
lineup_dat = make_lineup_dat(M=8, dat, xname="x", yname="y")
tt_lineup_plot(lineup_dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.