Learn R Programming

stpp (version 2.0-8)

plotPCF: Plot the estimation of the Space-Time Inhomogeneous Pair Correlation function

Description

Contour, image or perspective plot of the Space-Time Inhomogeneous Pair correlation function estimate.

Usage

plotPCF(PCF,n=15,type="contour",legend=TRUE,which=NULL,
main=NULL,...)

Arguments

PCF

Result of the PCFhat function.

n

Number of contour levels desired.

type

Specifies the kind of plot: contour by default, but can also be persp or image

legend

Logical indicating whether a legend must be added to the plot.

which

A character specifying the edge correction among the ones used in PCFhat. If a single edge correction method was used in PCFhat, it is not necessary to specify which.

main

Plot title.

...

Additional arguments to persp if persp=TRUE, such as theta and phi.

Author

Edith Gabriel <edith.gabriel@inrae.fr>

See Also

contour, persp, image and PCFhat for an example.