Learn R Programming

PASWR2 (version 1.0.5)

SALINITY: Surface-Water Salinity

Description

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

Usage

SALINITY

Arguments

Format

A data frame with 48 observations on the following variable:

  • salinity (surface-water salinity measurements)

References

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

Examples

Run this code
# NOT RUN {
# Boxplot
ggplot(data = SALINITY, aes(x = salinity)) + geom_density(fill = "yellow", alpha = 0.3)
# }

Run the code above in your browser using DataLab