myWeatherHist-class: Class "myWeatherHist"

Description Objects from the Class Slots Extends Methods Note Author(s) References Examples

Description

This class supports the myWeather class by providing a structure for storing historic data for a list of stations contained in a companion weather object.

Objects from the Class

Objects can be created by calls of the form new("myWeatherHist", ...).

Slots

.Data:

Object of class "list" ~~

timeframe:

Object of class "vector" ~~

baseStat:

Object of class "vector" ~~

dataDf:

Object of class "data.frame" ~~

names:

Object of class "character" ~~

row.names:

Object of class "data.frameRowLabels" ~~

.S3Class:

Object of class "character" ~~

Extends

Class "data.frame", directly. Class "list", from data part. Class "oldClass", by class "data.frame", distance 2. Class "vector", by class "list", distance 2.

Methods

getHistInfo

signature(object = "myWeatherHist"): ...

plot

signature(x = "myWeatherHist"): ...

show

signature(object = "myWeatherHist"): ...

summary

signature(object = "myWeatherHist"): ...

Note

None

Author(s)

Steve Pittard <wsp@emory.edu>

References

STATS 290 Website

Examples

1
#showClass("myWeatherHist")

steviep42/PWS documentation built on May 30, 2019, 5:39 p.m.