Skip to contents

Plot Points.

Usage

plot_points(
  data_plot_points,
  point_values = "est_noTrend_noComp",
  point_sig = "sig_noTrend_noComp",
  plot_lims,
  plot_settings = plotsettings_lineplot()
)

Arguments

data_plot_points

Data frame with the point estimates for every year. Prepared by ...

point_values

Character string of the column name in plot_dat[["plot_points"]] containing the y-values for the plotted points. Defaults to est_noTrend_noComp.

point_sig

Character string of the column name containing significance values for point_values. Defaults to "sig_noTrend_Comp_crossDiff_wholeGroup".

plot_lims

List obtained by calc_plot_lims(), containing different coordinate values.

plot_settings

Named list constructed with plotsettings_lineplot(). Defaults to a list with all settings set to 0. There are several predefined lists with optimized settings for different plots. See plotsettings_lineplot() for an overview.

Value

ggplot2 object

Examples

# tbd