myWeatherObj-class: Class "myWeatherObj"

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

Description

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 from the Class

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

Slots

.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" ~~

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

getHist

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

getLocsByRadius

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

getWobjData

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

plot

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

show

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

summary

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

Note

STATS290 website

Author(s)

Steve Pittard <wsp@emory.edu>

References

This is part of the work towards the final project in STATS290

Examples

1
#showClass("myWeatherObj")

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