View source: R/check_linearpackcircles.R
check_linearpackcircles | R Documentation |
check_linearpackcircles
check_linearpackcircles(
DF,
ID_var = "ID",
group_var = "group",
area_var = "area",
x_var = "x",
separation_factor = 1,
width_plot = 100,
height_group = 10,
CHECKS_plots = FALSE,
random_seed = 12,
area_multiplier = 1
)
DF |
input dataframe |
ID_var |
ID variable |
group_var |
group variable |
area_var |
area variable |
x_var |
x axis variable |
separation_factor |
how much separation between groups |
width_plot |
reduce x for plotting by this ratio |
height_group |
height of y axis for each group |
CHECKS_plots |
TRUE/FALSE show plot with overlapping areas |
random_seed |
random seed to use |
list with DF's and a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.