Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/anisLinearKinhom.R
Inhomogeneous K-function accounting for directions
1 2 3 4 5 6 7 8 9 10 11 12 13 |
X |
an object of class lpp |
lambda |
estimated intensity at data points. If not given, it will be automatically obtained from densityQuick.lpp |
normalize |
logical. whether to normalize the estimate. See linearKinhom |
r |
optional. distance vector wherein the K-funtion is evaluated |
phi |
optional. angle vector wherein the K-funtion is evaluated |
maxphi |
max angle. this will be used only when phi is not given |
edge |
optional. whether to use edge correction or not |
nxy |
dimension. this will be considered as the length of r and phi when they are not given |
parallel |
logical. if TRUE, it uses mclapply. |
verbose |
logical. if TRUE, it prints the progress of the function. |
... |
arguments passed to mclapply for configuration of the cores. |
This function calculates the inhomogeneous K-function over a grid of distances and angles.
an object of class sumlpp
this function can be quite slow, we suggest to use nnangle.lpp
Mehdi Moradi m2.moradi@yahoo.com
Moradi, M., Mateu, J,. and Comas, C. (2020) Directional analysis for point patterns on linear networks. Stat.
linearKinhom
1 2 3 | # generate random relaisations
X <- rpoislpp(0.001,branchnet)
K <- anisLinearKinhom(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.