View source: R/plot_diagonal.R
plot_diagonal | R Documentation |
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
)
x_axis |
Values to plot in the |
y_axis |
Values to plot in the |
xlab |
Lab of the |
ylab |
Lab of the |
title |
Title of the plot. |
plot.line |
If a red line with |
Plot (ggplot object).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.