View source: R/plot_comp_scatter_plot.R
plot_comp_scatter_plot | R Documentation |
plot_comp_scatter_plot
plot_comp_scatter_plot(
comparison_data,
x,
y,
col,
choice_vector_comp,
post_alignment = FALSE
)
comparison_data |
output from |
x |
variable (column name) to be plotted on x axis |
y |
variable (column name) to be plotted on y axis |
col |
variable (column name) to be colored by |
choice_vector_comp |
named vector including all variables used as elements |
post_alignment |
TRUE/FALSE should NT data from before or after alignment be plotted |
plotly object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.