powered by
This function is a simple plot for diagnostic purposes examining the performance of the FC scale based on simulated data.
plot_scores(x_scores, y_scores, type = "simple", ...)
A scatter plot
Scores to be plotted on the x axis
Scores to be plotted on the y axis
Which type of plots is plotted? Can be "simple" for simple x-y plot, or "abs.diff" for plotting absolute difference of (y-x) vs x.
"simple"
"abs.diff"
Other parameters used in plot()
plot()
Mengtong Li
This is only a very crude plot function extending plot() for demonstrative purposes. Users are free to develop their own versions of plotting.
plot_scores(rnorm(100), rnorm(100))
Run the code above in your browser using DataLab