create_univariate_plot | R Documentation |
Scatterplot of individual values and density ratio estimates. Used internally in create_univariate_plot()
create_univariate_plot(data, ext, var, y_lab, sample.facet = TRUE)
data |
Data frame with the individual values and density ratio estimates |
ext |
Data frame with the density ratio estimates and sample indicator |
var |
Name of the variable to be plotted on the x-axis |
y_lab |
Name of the y-axis label, typically ("Density Ratio" or "Log Density Ratio") |
sample.facet |
Logical indicating whether to facet the plot by sample. Default is TRUE. |
A scatterplot of variable values and density ratio estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.