Description Objects from the Class Slots Extends Methods Note Author(s) References Examples
This is a S4 class to accommodate information on Personal Weather Stations existing within a specified radius of a given city. It serves as a catalogue of such information that can then be used for subsequent mining.
Objects can be created by calls of the form new("myWeatherObj", ...).
.Data:Object of class "list" ~~
origin:Object of class "vector" ~~
radius:Object of class "numeric" ~~
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 = "myWeatherObj"): ...
signature(object = "myWeatherObj"): ...
signature(object = "myWeatherObj"): ...
signature(x = "myWeatherObj"): ...
signature(object = "myWeatherObj"): ...
signature(object = "myWeatherObj"): ...
STATS290 website
Steve Pittard <wsp@emory.edu>
This is part of the work towards the final project in STATS290
1 | #showClass("myWeatherObj")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.