powered by
The plot() method for the correlation::correlation() function.
plot()
correlation::correlation()
# S3 method for see_easycorrelation plot(x, size_point = 22, text_color = "white", node_color = "#647687", ...)
An object.
Size of point-geoms.
Color of text labels.
Color of node- or circle-geoms.
Arguments passed to or from other methods.
A ggplot2-object.
# NOT RUN { library(correlation) library(ggraph) result <- correlation(mtcars, partial = TRUE) plot(result) # }
Run the code above in your browser using DataLab