Learn R Programming

see (version 0.6.8)

plot.see_easycorrelation: Plot method for Gaussian Graphical Models

Description

The plot() method for the correlation::correlation() function.

Usage

# S3 method for see_easycorrelation
plot(x, size_point = 22, text_color = "white", node_color = "#647687", ...)

Arguments

x

An object.

size_point

Numeric specifying size of point-geoms.

text_color

Character specifying color of text labels.

node_color

Character specifying color of node- or circle-geoms.

...

Arguments passed to or from other methods.

Value

A ggplot2-object.

Examples

Run this code
# NOT RUN {
library(correlation)
library(ggraph)
result <- correlation(mtcars, partial = TRUE)
plot(result)
# }

Run the code above in your browser using DataLab