Calculate different plot limit values.
calc_plot_lims.Rd
Calculate different plot limit values.
Arguments
- plot_dat
Input is a list prepared by
prep_plot()
.`- 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
.- line_values
Character vector with two elements. Column names in
plot_dat[["plot_lines"]]
containing the y-values for the plotted lines. Defaults toc("est_noTrendStart_noComp", "est_noTrendEnd_noComp")
. If set toNULL
, no lines will be plotted.- 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.