gravatar

A9000

Aryan Bhatt

Recently Published

Histtogram
lite project #CODE hist(Customer$Age) hist(Customer$Age, breaks = c(0,30,60,90,100), freq = TRUE, col = "green", main = "Hist of Ages", border = NA, xlab = "Customer Age", horiz = TRUE )