plotsam | R Documentation |
plotsam
plots the sample dataset of biomarker responses. This is used
for the hypothetical case study.
plotsam(pop_mean_long, pop_profile, sam_long)
pop_mean_long |
a data frame, the second output of |
pop_profile |
a data frame, the third output of |
sam_long |
a data frame, the second output of |
plotsam
returns a ggplot object.
set.seed(1)
setting <- setpop()
temp <- simul(setting$pop_mean)
plotsam(setting$pop_mean_long, setting$pop_profile, temp$sam_long)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.