Skip to content

Visualise Variable Relations using Venn Diagrams

License

Notifications You must be signed in to change notification settings

vankesteren/vennvis

Repository files navigation

vennvis: venn visualisation of variable variances

Build Status

It's simple: the area of each circle is proportional to a variable's variance, the overlap is proportional to their covariance.

devtools::install_github("vankesteren/vennvis")

Example

set.seed(147289)
x <- rnorm(100)
y <- 0.5*x+rnorm(100, 0.25)
vennvis(x, y)

z <- 0.3*x+0.4*y+rnorm(100, 0.15)
vennvis(x, y, z)

Ok cool, what's next?

Visual upgrades are on their way. Also, variable labels might be nice. Much to do. If you're interested in contributing, don't hesitate to fork, clone, or pull request. Any tips welcome!

About

Visualise Variable Relations using Venn Diagrams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages