The attached figure is a mark correlation function produced by the spatstat package in R. The summary returned from the object used to produce this figure is as follows:
r theo trans iso
Min. : 0.00 Min. :1 Min. :0.1663 Min. :0.1678
1st Qu.:15.27 1st Qu.:1 1st Qu.:0.1759 1st Qu.:0.1765
Median :30.53 Median :1 Median :0.5172 Median :0.4858
Mean :30.53 Mean :1 Mean :0.5695 Mean :0.5652
3rd Qu.:45.80 3rd Qu.:1 3rd Qu.:0.9435 3rd Qu.:0.9286
Max. :61.06 Max. :1 Max. :1.1325 Max. :1.2666
When I enter the name of the object on its own, I get the following:
lo k[mm][lo](r) lower pointwise envelope of k[mm](r) from simulations
hi k[mm][hi](r) upper pointwise envelope of k[mm](r) from simulations
I would like to return the actual values, as in the former output, for the simulations labelled "lo" and "hi" in the latter output.
In other words, I would like to be able to obtain a range of values at which the observed (black) line falls outside the grey envelope.
Is this possible?
I get the impression it may have something to do with the argument "savefuns", but I am at a loss to know how to implement it and return the values I need.