All examples By author By category About

Jamestiberiuseanes

VI1 - James Eanes

Built with blockbuilder.org

Here is the image of the simple bar chart in R:

R image

Here is the code used to create the chart (also shown in the image):

data <- c(5, 10, 15, 20, 25)
barplot(data)