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 = 1, text_size = 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 geoms. Depends on the context of the plot() function, so this argument may change size of points, lines or bars.
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