rimov: Year temperature curves

rimovR Documentation

Year temperature curves

Description

Year temperature curves

Usage

data("rimov")

Format

A curve_set object with water temperatures in 365 days of the 36 years. The component curve_set[['r']] is a vector of days (from 1 to 365), whereas curve_set[['obs']] contains the water temperatures such that each column gives year temperatures in a year.

Details

The water temperature data sampled at the water level of Rimov reservoir in Czech republic every day for the 36 years between 1979 and 2014.

References

Mrkvička, T., Myllymäki, M., Jilek, M. and Hahn, U. (2020) A one-way ANOVA test for functional data with graphical interpretation. Kybernetika 56 (3), 432-458. doi: 10.14736/kyb-2020-3-0432

See Also

graph.fanova

Examples

data("rimov")
groups <- factor(c(rep(1, times=12), rep(2, times=12), rep(3, times=12)))
for(i in 1:3)
  assign(paste0("p", i), plot(subset(rimov, groups==i)) +
    ggplot2::labs(title=paste("Group ", i, sep=""), y="Temperature"))
p3
if(require("patchwork", quietly=TRUE))
  p1 + p2 + p3
# See example analysis in ?graph.fanova

GET documentation built on Sept. 29, 2023, 5:06 p.m.