View source: R/plot_recognition.R
plot_recognition | R Documentation |
Function to plot recognition curve
plot_recognition( df_postprob_freq, seuils = jtc1_threshold, seuilreco = 0.001, limites = c(1e-07, 1), couleurs = default_col )
df_postprob_freq |
postprob frequency data frame (from build_df_postprobfreq function) |
seuils |
threshold for classes, by default jct1 |
seuilreco |
threshold for recognition rate |
limites |
plot limits, default from 1E-7 to 1 |
couleurs |
colors, default colors are for the 7 jtc1 classes |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.