Skip to content

CompGenLabUB/ggdisplot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggdisplot

Very simple scatterplot with two density plots. I use it often, so here it is.

# INSTALLATION
library(devtools)
install_github("scastlara/ggdisplot")

# USAGE
library(ggdisplot)
ggdisplot(iris, "Sepal.Length", "Sepal.Width", "Species")

About

Scatter plot with two density plots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%