plot_scores | R Documentation |
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", ...)
x_scores |
Scores to be plotted on the x axis |
y_scores |
Scores to be plotted on the y axis |
type |
Which type of plots is plotted? Can be |
... |
Other parameters used in |
This is only a very crude plot function extending plot()
for demonstrative purposes.
Users are free to develop their own versions of plotting.
A scatter plot
Mengtong Li
plot_scores(rnorm(100), rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.