plot_x2y | R Documentation |
Plot x2y
plot_x2y( df, eda_var = NULL, target_var = NULL, reference_var = NULL, width = 300, height = 450 )
df |
data frame |
eda_var |
character |
target_var |
character name of column for conditional analysis |
reference_var |
character vector of one or more columns to be used for comparison with |
width |
numeric width of plot in pixels |
height |
numeric height of plot in pixels |
NULL. Function called for side effect of rendering exploratory data anlysis visualization
# plot_conditional_distribution()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.