Plot Points.
plot_points.RdPlot 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 toest_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 to0. There are several predefined lists with optimized settings for different plots. Seeplotsettings_lineplot()for an overview.