Description Usage Arguments Value Author(s) Examples
pems objects can be manipulated using generic functions like print, plot and summary in a similar fashion to objects of other R classes.
1 2 3 4 5 6 7 8 9 10 11 |
x, object |
(An Object of pems class). For direct use with |
... |
Addition options, typically passed to associated default method(s). |
verbose |
(Logical, TRUE/FALSE). Should the longer form of the output be returned? By default, functions with short and long output versions return the short form. |
id, ignore, n |
(local plot parameters). |
Generic functions provide appropriate (conventional) handling of objects of
'pems'
class:
print(pems.object)
provides a (to console) description of that pems
object.
plot(pems.object)
generates a standard R plot using selected data series in
that pems
object.
names(pems.object)
returns a vector of the names of data series held in a
pems
object.
summary(pems.object)
generates a summary report for data series held in a
pems
object.
Karl Ropkins
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.