SALINITY {PASWR2} | R Documentation |
Surface-Water Salinity
Description
Surface-water salinity measurements were taken in a bottom-sampling project in Whitewater Bay, Florida.
Usage
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)
[Package PASWR2 version 1.0.5 Index]