polar.ord(data, index = "steinhaus", endpoint = c("BC.original",
"PC_ORD.original", "var.reg"), get.resid.dist = FALSE)
get.dist
can be used."BC.original"
method (i.e. using the sites which are furthest apart), the PC-ORD original method "PC_ORD.original"
(the first endpoint has the highest sum o"PC_ORD.original"
and "var.reg"
are also allowed by polar.ord
.get.dist
demodat<-matrix(ncol=3,nrow=5,data=c(2,3,5,7,9,1,4,0,6,2,5,5,10,2,2),
byrow=FALSE)
po.orig <-polar.ord(demodat,endpoint="BC.original",get.resid.dist=FALSE)
Run the code above in your browser using DataLab