Description Usage Arguments Details Value Author(s) See Also Examples
Join functions for objects of class "its"
.
1 2 3 | alignedIts(obj1,obj2,print=FALSE)
appendIts(obj1,obj2,but=TRUE,matchnames=TRUE)
collapseIts(x)
|
x |
an object of class |
obj1,obj2 |
object of class |
print |
logical flag to display summary information |
but |
logical flag controls whether overlap is disallowed |
matchnames |
logical flag controls whether names must match |
alignedIts
selects the rows from two inputs which have identical time-stamps.
appendIts
appends one object to the other, removing overlapping data from the
later object, optionally checking that the column names match. Overlapping data
must match.
collapseIts
checks for columns with the same names, using dimnames(x)[[2]].
columns with the same names are required to have the same numeric values in each row, but are
allowed NAs. The numeric data is combined, and the resulting object has unique
column names - this will in general result in a reduction in the number of columns.
For appendIts
an object of class "its"
.
For alignedIts
, a list of two objects of class "its"
Giles Heywood
ts
,
POSIXct
,
itsFile
,
itsLags
,
itsJoin
,
itsTimes
,
itsSubset
,
itsFin
,
itsInterp
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.