Posts by Leila • 187 points
3 posts
-
8
votes1
answer138
viewsQ: How to extract values from the statistics calculated by the linhom function (L-Function for inhomogeneous Spatial point processes)?
I have to analyze the spatial pattern of some cactus distributions in the field, and since they are heterogeneous, I cannot use Ripley’s K-function (and corresponding L-function) for stationary…
-
4
votes1
answer321
viewsQ: Spatial analysis in R: how to implement a polygon with splancs?
I’m trying to calculate the intensity of a point pattern with "Smooth kernel" (sorry, I don’t know how to translate this). Before executing Smooth kernel code, you need to specify a histogram…
-
6
votes1
answer1320
viewsQ: rbind error: "Error in match.Names(clabs, Names(xi))"
I’m trying to build a function that counts the number of complete cases in files. csv (data frames), ie the number of lines with values (and not "NA"). The function I wrote can read the file(s)…