Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 357 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 357 Bytes

testrepo

#Hi, This my data science profile code. Grapchis is named JG_DataScience_Profile in testrepo

subject <-c('comp prog', 'math', 'stat', 'ML','DE', 'Comm', 'Prest', 'DaVis')
rank <-c(2,4,4,2,4,4,4,4)
johnny <-data.frame (subject,rank)
johnny
library(ggplot2)
ggplot (johnny, aes(x=subject, y=rank))+ geom_bar(stat="identity")