| build_observation_panel | R Documentation |
Creates a ggplot showing either ranked observations (averaged tech reps) or raw scores with technical replicates displayed.
build_observation_panel(data_view, config, which = "rank_simulation")
data_view |
A besthr_data_view object |
config |
A besthr_plot_config object |
which |
Character specifying panel type: "rank_simulation" for averaged ranked data, or "just_data" for raw scores with tech reps. |
A ggplot object
d <- make_data()
hr <- estimate(d, score, group)
dv <- besthr_data_view(hr)
cfg <- besthr_plot_config()
build_observation_panel(dv, cfg, "rank_simulation")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.