Plot the x-Axis.
plot_x_axis.Rd
Plot the x-Axis.
Usage
plot_x_axis(
data_plot_points,
plot_lims,
plot_settings = plotsettings_lineplot()
)
Arguments
- data_plot_points
Data frame with the point estimates for every year. Prepared by ...
- 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.