Skip to content

ozgeneral/VerticalHist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

VerticalHist

R function to create vertical histograms

Example use:

data <- matrix(c(rep(rnorm(500, 110, 20),5)), ncol=5, byrow=TRUE) # or dataframe
VerticalHistCaller(data)

Based on this Stack Overflow answer created by Gregor Thomas

About

R function to create vertical histograms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages