mergesdfdata: Merging two lists of class "sdfdata"

Description Usage Arguments Value Author(s) See Also Examples

View source: R/mergesdfdata.R

Description

The function merges two lists of class "sdfdata" generated by function sdf or scag2sdf.

Usage

1
mergesdfdata(sdfdata1, sdfdata2)

Arguments

sdfdata1

A list of class "sdfdata".

sdfdata2

A list of class "sdfdata".

Value

A list of class "sdfdata".

Author(s)

Katrin Grimm

See Also

sdf, scag2sdf

Examples

 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)

Example output



mbgraphic documentation built on May 2, 2019, 2:45 a.m.