Skip to content

tidyss/rroughviz

Repository files navigation

rroughviz

rroughviz

Installation

devtools::install_github('tidyss/rroughviz')

rough_bar

bar,barh,donut,pie are Same usage

library(rroughviz)
rough_bar(iris$Species)

rough_barh

labels <- c('a','b')
values <- c(5,10)
rough_barh(labels = labels,values = values)

rough_donut

rough_donut(iris$Species)

rough_pie

rough_pie(iris$Species)

rough_line

data <- women
rough_line(data)

rough_scatter

rough_scatter(iris$Sepal.Length,iris$Sepal.Width)

rough_stackedbar

data <- data.frame(
  month  = c('Jan','Fre'),
  A = c(10,20),
  B = c(5,10)
)
rough_stackedbar(data,labels = 'month')

About

rroughviz

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published