draw_oneway_contrast | R Documentation |
Draw one-way contrast using block arrows
draw_oneway_contrast(
x0,
x1,
y0,
y1,
color = "peachpuff",
border = "black",
plot_type = c("base", "grid"),
label = NULL,
label_sep = "\n",
na.rm = TRUE,
label_color = "white",
label_cex = 1,
label_font = 2,
oneway_position = 0.5,
do_plot = TRUE,
verbose = FALSE,
debug = FALSE,
...
)
x0 , x1 , y0 , y1 |
|
color , border |
|
plot_type |
|
label |
|
label_sep |
|
na.rm |
|
label_color |
|
label_cex |
|
label_font |
|
do_plot |
|
verbose |
|
debug |
|
... |
additional arguments are passed to |
Other jam experiment design:
check_sedesign()
,
contrast2comp()
,
contrast_colors_by_group()
,
contrast_names_to_sedesign()
,
contrasts_to_factors()
,
contrasts_to_venn_setlists()
,
draw_twoway_contrast()
,
filter_contrast_names()
,
groups_to_sedesign()
,
plot_sedesign()
,
sedesign_to_factors()
,
validate_sedesign()
plot(NULL, xlim=c(0, 5), ylim=c(0, 4), asp=1, xlab="", ylab="")
draw_oneway_contrast(1, 4, 1, 1, label="contrast label")
draw_oneway_contrast(1, 4, 2, 2, head_ex=2, label_cex=1, label="contrast label")
draw_oneway_contrast(1, 4, 3, 3, arrow_ex=2, label_cex=2, label="contrast label")
draw_oneway_contrast(3, 0, 4, 1, arrow_ex=2, label_cex=2, label="contrast label")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.