plot_k_comparison | R Documentation |
Plot the results of comparing k values
plot_k_comparison(k_comparison)
k_comparison |
data.frame with k value comparisons returned from the
|
a ggplot figure
data(musica)
k_comparison <- compare_k_vals(musica, "SBS96",
reps = 3, min_k = 1,
max_k = 5
)
plot_k_comparison(k_comparison)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.