Description Objects from the Class Slots Extends Methods Note Author(s) References Examples
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 can be created by calls of the form new("myWeatherHist", ...).
.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" ~~ 
Class "data.frame", directly.
Class "list", from data part.
Class "oldClass", by class "data.frame", distance 2.
Class "vector", by class "list", distance 2.
signature(object = "myWeatherHist"): ... 
signature(x = "myWeatherHist"): ... 
signature(object = "myWeatherHist"): ... 
signature(object = "myWeatherHist"): ... 
None
Steve Pittard <wsp@emory.edu>
STATS 290 Website
| 1 | #showClass("myWeatherHist")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.