plot: Plot Point Process Ground Intensity Function

Description Usage Arguments Examples

Description

Provides methods for the generic function plot.

Usage

1
2
3
4
## S3 method for class 'mpp'
plot(x, log=FALSE, ...)
## S3 method for class 'linksrm'
plot(x, region, log=FALSE, ...)

Arguments

x

an object with class "mpp" or "linksrm".

region

scalar, specifies the required region.

log

plot log lambda_g(t|Ht), default is FALSE.

...

other arguments.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
data(Ogata)

p <- c(0.02, 70.77, 0.47, 0.002, 1.25)
TT <- c(0, 800)
bvalue <- 1

#   Note that the plot function does not utilise the
#   information about mark distributions, hence these
#   arguments can be NULL

x <- mpp(data=Ogata,
         gif=etas_gif,
         marks=list(NULL, NULL),
         params=p,
         gmap=expression(params[1:5]),
         mmap=NULL,
         TT=TT)

plot(x, log=TRUE)

Example output



PtProcess documentation built on May 4, 2021, 1:06 a.m.

Related to plot in PtProcess...