Skip to content

mmahmoudian/ggScatRidges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggScatRidges: Scatter combined to Ridgeline plots in ggplot2

Warning

THIS FUNCTION IS UNDER ACTIVE DEVELOPMENT. TRY AT YOUR OWN RISK IF YOU REALLY WANT TO, OTHERWISE WAIT UNTIL A STABLE VERSION IS PUBLISHED.

ggScatRidges is a simple function combining a scatter plot to a ridgeline plot to visualise the disparities of the data points. This helps visualising the distribution of different groups in the data.

An example of a plot that this package generates

Installation

Alternatively, you can install the latest development version from github:

remotes::install_github("matbou85/ggScatRidges")

Usage

library("ggScatRidges")

plot <- ggScatRidges(x = iris$Sepal.Length, y = iris$Sepal.Width, group= iris$Species,
                    color = "lancet", ridges = T, title = "plot iris",
                    xlab = "xlab", ylab = "ylab", size = 25, draw = T)

ggdraw(plot)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 100.0%