Considering boxplot of rivers
as below:
boxplot(rivers, col='chartreuse3', ylab='length of rivers')
My questions are:
- What is skewness of this distribution
- How can I extract values of whiskers in above plot.
- What are the exact outliers values?
Any help will be appreciated.