How to obtain individual values of transformed Ripley's function local L(r) at a fixed distance r?
Hi again, To be more specific, my question is: I get an output as a list of values labeled from 1 to 600 (let's say I have 600 data points), but I am not sure how these labeled numbers are generated. Is there a way to know how these labels correspond to my data points, or do they just correspond to the order of my data points when they are read by R?-- Ophelia Quoting Ophelia Wang <opheliawang at mail.utexas.edu>:
Hi all, I am using the spatstat package in R to compute local L function, the transformed Ripley's k. I am interested in getting the estimated local L(r) value for each data point at a fixed distance r. I know I can run localL and then generate a plot to show an overall pattern of all the data points combined, but is there a way to get these local L(r) estimate values so they can be copied or exported into a table? Thanks a lot! Ophelia --