DeltaKBronze: Delta K_dir estimates for bronzefilter point pattern

Description Details Examples

Description

Delta K_dir estimates for spatstat point pattern bronzefilter, as in Hahn & Jensen (2013)

Details

Two list of two fdsample-objects, corresponding to the Delta K_dir function estimated on two subsets of the bronze filter point pattern, see Hahn & Jensen (2013). The data sets DeltaKBronze.s and DeltaKBronze.t contain estimates of the rescaled and retransformed Delta K_dir function, respectively.

The list have elements high and low for the functions estimated high and low point density subsets of the point pattern.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# require plutils which contains the generic to "summaryplot"
require(plutils)
data(DeltaKBronze)

# plot summary for rescaled DeltaK_dir

summaryplot(DeltaKBronze.s$high, col="red")
summaryplot(DeltaKBronze.s$low,  col="blue", add = TRUE)

# test significance

with(DeltaKBronze.t, tL2.permtest(high, low))

fdnonpar documentation built on May 2, 2019, 5:54 p.m.