spodt.tree: Spatial Classification Tree

Description Usage Arguments Value Author(s) References See Also Examples

Description

This graphical function provides the tree issued from the spodt function.

Usage

1
spodt.tree(object)

Arguments

object

object is an object of class spodt, usually, a result of a call to spodt.

Value

Each step of the classification are presented with main statistics. For graphical convenience, grafted classes are not presented but only indicated by class id number.

Author(s)

Jean Gaudart, Nathalie Graffeo, Guillaume Barbet, Bernard Fichet, Roch Giorgi (Aix-Marseille University)

References

See Also

spodt, spodtSpatialLines, test.spodt

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
data(dataMALARIA)
#Example : number of malaria episodes per child at each household,
          #from November to December 2009, Bandiagara, Mali.
#Copyright: Pr Ogobara Doumbo, MRTC, Bamako, Mali. email: okd[at]icermali.org
coordinates(dataMALARIA)<-c("x","y")
class(dataMALARIA)
proj4string(dataMALARIA)<-"+proj=longlat +datum=WGS84 +ellps=WGS84"
dataMALARIA<-spTransform(dataMALARIA, CRS("+proj=merc +datum=WGS84 +ellps=WGS84"))

gr<-0.07   #graft parameter
rtw<-0.01 #rtwo.min
parm<-25  #min.parent
childm<-2 #min.child
lmx<-7 

sp<-spodt(dataMALARIA@data[,2]~1, dataMALARIA, weight=TRUE, graft=gr, min.ch=childm,
          min.parent=parm, level.max=lmx, rtwo.min=rtw)
spodt.tree(sp)

SPODT documentation built on May 2, 2019, 9:43 a.m.