powered by
Plots a fitted Palm intensity function from an object returned by fit.ns.
# S3 method for palm plot(x, xlim = NULL, ylim = NULL, show.empirical = TRUE, breaks = 50, ...)
A fitted model from fit.ns.
Numeric vector giving the x-coordinate range.
Numeric vector giving the y-coordinate range.
Logical, if TRUE the empirical Palm intensity is also plotted.
TRUE
The number of breakpoints between cells for the empirical Palm intensity.
Other parameters (for S3 generic compatibility).
## Fit model. fit <- fit.ns(example.2D, lims = rbind(c(0, 1), c(0, 1)), R = 0.5) ## Plot fitted Palm intensity. plot(fit)
Run the code above in your browser using DataLab