add_significance_marks | R Documentation |
Annotate significance of data
add_significance_marks(
panel,
test,
annotation_df,
y_annotation,
vjust,
textsize,
map_signif_level,
family,
xmin = 1,
xmax = 2,
offset
)
annotation_df |
(data.frame): contains columns stars and whatever variable segregating datasets |
y_annotation |
(numeric): Position along the y axis where to place the annotation |
offset |
(numeric): how many units to trim the line connecting the compared datasets |
panel: |
ggplot2 graph |
test: |
function used to compute the p-value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.