Buoyant weight of corals over time. The measurements extend over 56 days.

coral_growth

Format

A data frame with 5 variables and 302 observations:

id

A factor with 10 levels.

date

Number day.

weight

Buoyant weight (in g).

salinity

Salinity (in PSU).

temperature

Temperature (in degree celsius).

Examples

data(coral_growth) class(coral_growth)
#> [1] "data.frame"
head(coral_growth)
#> id date weight salinity temperature #> 1 1 0 1.648 32.9 25.3 #> 2 2 0 0.750 32.9 25.3 #> 3 3 0 0.429 32.9 25.3 #> 4 4 0 0.588 32.9 25.3 #> 5 5 0 0.933 32.9 25.3 #> 6 6 0 0.629 32.9 25.3