Surface-water salinity measurements were taken in a bottom-sampling project in Whitewater Bay, Florida.

SALINITY

Format

A data frame with 48 observations on the following variable:

  • salinity (surface-water salinity measurements)

Source

Davis, J. 1986. Statistics and Data Analysis in Geology. John Wiley, New York.

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

# Boxplot
ggplot(data = SALINITY, aes(x = salinity)) + geom_density(fill = "yellow", alpha = 0.3)