plot.numbers: Plot of label points

Description Usage Arguments Details Value Author(s) References Examples

View source: R/plot.numbers.R

Description

Draws a text label at a given x and y coordinate into a spatial point pattern

Usage

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

Arguments

x

The spatial point pattern to be plotted. An object of class "ppp"

...

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 "symbolmap" giving the correspondence between labeled points and plotting characters.

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
## Not run:
#################

# Realisations of the homogeneous Poisson processes
pattern <- humberside
plot.numbers(pattern, main = "Child Leukaemia")

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

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