Skip to content

R package for plotting difference in measurements plots like Mountain plot, Bland Altman plot and others

Notifications You must be signed in to change notification settings

vishesh-shrivastav/difference.plots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

difference.plots

About
difference.plots is a R package for plotting common difference in measurement plots like Mountain plot, Bland Altman plot and others.

Installation
difference.plots can be installed via Github:

if (!require(devtools)) {  
    install.packages('devtools')  
}  
devtools::install_github('vishesh-shrivastav/difference.plots')

Plot Examples

Mountain Plot

m <- runif(20, 0, 1)
r <- runif(20, 0, 1)
mountain_plot(m, r, "plotly")

mountain-plot-1

Bland Altman Plot

bland_altman(m, r, "plotly")

bland-altman-1

About

R package for plotting difference in measurements plots like Mountain plot, Bland Altman plot and others

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages