x= c(-1,1,2,3,4)
sum(x)
mean(x)
median(x)
probs= c(0.25,0.5,0.75)
quantile(x)
25% 50% 75%

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: