All examples By author By category About

Mrajyalakshmi

Visualization Implementation VI1

Rajyalakshmi Mukkamala( UIN:01030975)

Embedding an image generated by R code:

R image

Embedding R code

Define the vector and plot graph



data<-c(25, 7, 5, 26, 11, 8, 25, 14, 23, 19,14,11,22,29,11,13,12,17,18,10,24,18,25,9,3)
barplot(data,col="cyan4")