Plot braces below plot.
plot_braces.Rd
Plot braces below plot.
Usage
plot_braces(
dat,
plot_lims,
label_est = NULL,
label_se = NULL,
label_sig_high = NULL,
label_sig_bold = NULL,
plot_settings = plotsettings_lineplot()
)
Arguments
- dat
Prepared Trend data.
- plot_lims
List obtained by
calc_plot_lims()
, containing different coordinate values.- label_est
Character string of the column name containing the brace labels.
- label_se
Character string of the column name containing the standard errors for
label_est
. Will be put in bracktes behindlabel_est
.- label_sig_high
Character string of the column name containing significance values for
label_est
. Significant values will be marked by a raised 'a'. Normally, should be the comparison of the trend vs. the trend in whole Germany, which can be found in the trendDiff_cross parameter. Defaults toNULL
, as this parameter is not always provided.- label_sig_bold
Character string of the column name containing significance values for
label_est
. Significant values will be marked as bold. Defaults to"sig_Trend_noComp"
.- plot_settings
Named list constructed with
plotsettings_lineplot()
. Defaults to a list with all settings set to0
. There are several predefined lists with optimized settings for different plots. Seeplotsettings_lineplot()
for an overview.