Learn R Programming

mkde (version 0.4)

dugong: Dugong locations

Description

A data frame containing dugong location data

Usage

data(dugong)

Arguments

Format

A data frame with 426 observations on the following 4 variables.

time

Elapsed time in minutes

x

x-coordinate (UTM easting in meters)

y

y-coordinate (UTM northing in meters)

z

z-coordinate (Depth in meters)

Details

GPS location data acquired from a wild dugong (Dugong dugon) tracked by James Cook University in Hervey Bay, Australia during August 2004 (Sheppard et. al. 2010)

References

Sheppard, J. Marsh, H., Jones, R.E., & Lawler, I.R. (2010). Dugong habitat use in relation to seagrass nutrients, tides, and diel cycles. Marine Mammal Science 26, 855-879.

Examples

Run this code
data(dugong)
head(dugong, 30)

Run the code above in your browser using DataLab