Description Usage Arguments Value Author(s) See Also Examples
The function merges two lists of class "sdfdata"
generated by function sdf
or scag2sdf
.
1 | mergesdfdata(sdfdata1, sdfdata2)
|
sdfdata1 |
A list of class |
sdfdata2 |
A list of class |
A list of class "sdfdata"
.
Katrin Grimm
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
data(Election2005)
set.seed(345456)
election05_small <- Election2005[,sample(5:70,5)]
scagdf <- sdf(election05_small)
addscag <- scag2sdf(election05_small,
scagfun.list=list(dcor2d=dcor2d,splines2d=splines2d))
# merge addscag and scagsdf
scagdf2 <- mergesdfdata(scagdf,addscag)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.