Open
Description
I have calculated spearman correlation and tried plotting it with the plot()
function. I saw these examples: https://easystats.github.io/correlation/reference/visualisation_recipe.easycormatrix.html#ref-examples
All's working fine, but I couldn't find the documentation for the show_statistic = FALSE, stars = TRUE
arguments. I was also wondering whether it's possible to add the number of observations to the text on the plot. It's also very difficult to figure out which plot
function is actually called (I assumed that it's plot.see_parameters_model
, but not sure).