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

coral_growth1

Format

A data frame with 5 variables and 302 observations:

id

A factor with 10 levels.

species

Coral species.

date

Number day.

weight

Buoyant weight (in g).

salinity

Salinity (in PSU).

temperature

Temperature (in degree celsius).

Examples

data(coral_growth1) class(coral_growth1)
#> [1] "tbl_df" "tbl" "data.frame"
head(coral_growth1)
#> # A tibble: 6 x 6 #> id species date weight salinity temperature #> <fct> <fct> <dbl> <dbl> <dbl> <dbl> #> 1 1 s.hystrix 0 0.415 35.1 25.1 #> 2 18 s.hystrix 0 0.795 35.1 25.1 #> 3 25 s.hystrix 0 0.543 35.1 25.1 #> 4 27 s.hystrix 0 0.67 35.1 25.1 #> 5 31 s.hystrix 0 1.07 35.1 25.1 #> 6 39 s.hystrix 0 1.26 35.1 25.1