README.md

yokkunsr CRAN Version

Love Yohei Sato

Install

install.packages("devtools")
devtools::install_github("teramonagi/yokkunsr")

How to use

library("yokkunsr")
# Plot yokkuns 
yokkuns()
yokkuns(3)
# Get raw data of yokkuns
raw_y1 <- yokkuns(5, is_raw=TRUE)
raw_y2 <- yokkuns(6, is_raw=TRUE)
# Plot custom yokkuns
plot_image(0.5*(raw_y1 + raw_y2))
# Plot Awesome Data Scientist 
awesome()


teramonagi/yokkunsr documentation built on May 31, 2019, 8:38 a.m.