plot.LISA: Plot of LISA functions

Description Usage Arguments Details Value Author(s) References Examples

View source: R/plot.LISA.R

Description

Plot method for LISA functions of a point pattern

Usage

1
2
## S3 method for class 'LISA'
plot(x,...)

Arguments

x

An object of class "list", containing four variables attached to LISA functions (usually calculated through gLISA function).

...

Arguments to be passed to methods, such as graphical parameters (see par)

Details

If necessary, more details than the description above

Value

Invisible

object of class "NULL" giving the meaning of the different line types and colours.

Author(s)

Jonatan A. Gonzaleza <jmonsalv@uji.es> and Francisco J. Rodriguez-Cortes <cortesf@uji.es> https://fjrodriguezcortes.wordpress.com

References

Baddeley, A. and Turner, J. (2005). spatstat: An R Package for Analyzing Spatial Point Pattens. Journal of Statistical Software 12, 1-42.

Baddeley, A., Rubak, E. and Turner, R. (2015). Spatial Point Patterns: Methodology and Applications with R. In: Chapman & Hall Interdisciplinary Statistics Series, CRC Press, Boca Raton, Florida.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run:
#################

# Realisations of the homogeneous Poisson processes
pattern <- humberside
pl <- gLISA(pattern, ks = "epanechnikov", correction = "isotropic")
plot.LISA(pl)

## End(Not run)
#################

frajaroco/scdcLISA documentation built on Nov. 28, 2021, 12:19 a.m.