You are on page 1of 1

> Data = read.table("C:/Users/L/Documents/MM OR/INFORMS/R/ATMDemand.

txt", header =TRUE) > names(Data) = c("ATMID","DATE","TRANSACTIONS","TOTALCASH") > hist(Data$TOTALCASH) hist(Data$TOTALCASH/Data$TRANSACTIONS, breaks=10)

You might also like