Description Usage Arguments Value Examples
View source: R/ltt_lineup_plots.R
Function to return list of plot types related to order of plots, used in assessment step
1 | lineup_keyplot(lineup_dat)
|
lineup_dat |
dataframe structured from |
ggplot
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")
lineup_keyplot(lineup_dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.