R/generate_plots.R
plot_obs_biomarkers_one_sample.Rd
This function should be used when there was only one time step in which biomarker quantities were observed
plot_obs_biomarkers_one_sample(
observed_biomarker_states,
add_boxplot = FALSE,
add_density = FALSE
)
The reshaped data set containing observed biomarker quantities for individuals at all time steps for each biomarker
if TRUE, adds a boxplot to the jittered biomarker quantities with median and 75% percentiles
if TRUE, adds a smoothed density (violin) plot to the jittered biomarker quantities with 75% quantiles
A plot of observed biomarker quantities for all individuals and biomarkers is returned
plot_obs_biomarkers_one_sample(example_observed_biomarker_states)