Surface-water salinity measurements were taken in a bottom-sampling project in Whitewater Bay, Florida.
SALINITY
A data frame with 48 observations on the following variable:
salinity
(surface-water salinity measurements)
Davis, J. 1986. Statistics and Data Analysis in Geology. John Wiley, New York.
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.
# Boxplot
ggplot(data = SALINITY, aes(x = salinity)) + geom_density(fill = "yellow", alpha = 0.3)