If the points come from the predictions of an NN and a PM and the line
(plot.line = TRUE)
is displayed, in case the method does exhibit
asymptotic behavior, the points should not fall in the line.
plot_diagonal(
x_axis,
y_axis,
xlab = NULL,
ylab = NULL,
title = NULL,
plot.line = TRUE
)
Plot (ggplot object).
Values to plot in the x
axis.
Values to plot in the y
axis.
Lab of the x
axis
Lab of the y
axis.
Title of the plot.
If a red line with slope = 1
and intercept = 0
should
be plotted.