powered by
The plot() method for the correlation::correlation() function.
plot()
correlation::correlation()
# S3 method for see_easycormatrix plot( x, show_labels = 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, correlation values are displayed.
TRUE
Logical. If TRUE, p-values or significant level is displayed.
Logical, show (TRUE) or hide (FALSE) legend.
FALSE
Numeric specifying size of point-geoms.
Numeric value specifying 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