powered by
The plot() method for the correlation::correlation() function.
plot()
correlation::correlation()
# S3 method for see_easycormatrix plot( x, show_values = FALSE, show_p = FALSE, show_legend = TRUE, size_point = 1, size_text = 3.5, digits = 3, type = c("circle", "tile"), ... )
An object.
Logical, if TRUE, values are displayed.
TRUE
Logical, if TRUE, p-values or significant level is displayed.
Logical, show or hide legend.
Size of point-geoms.
Size of text labels.
Number of decimals used for values.
Character vector, indicating the type of plot.
Arguments passed to or from other methods.
A ggplot2-object.
# NOT RUN { library(correlation) data(mtcars) result <- correlation(mtcars[, -c(8:9)]) s <- summary(result) plot(s) # }
Run the code above in your browser using DataLab