CanadianTemperatures: Canadian Temperature Data

Description Details Examples

Description

Daily temperature averages at weather stations in Canada. Data imported and converted from the package fda.

Details

Two objects of class fdsample:

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# require plutils which contains the generic to "summaryplot"
require(plutils)
data(CanadianTemperatures)

# plot summary of the data together with 80% pointwise envelopes

summaryplot(TempAtla, alpha = .6, envprob = .8, col = "seagreen")
summaryplot(TempCont, alpha = .6, envprob = .8, col = "brown", add = TRUE)

# replot atlantic temperatures without envelope to uncover the lines

summaryplot(TempAtla, alpha = .6, col = "seagreen", add = TRUE)

fdnonpar documentation built on May 2, 2019, 5:54 p.m.