plot | R Documentation |
Provides methods for the generic function plot
.
## S3 method for class 'mpp'
plot(x, log=FALSE, ...)
## S3 method for class 'linksrm'
plot(x, region, log=FALSE, ...)
x |
an object with class |
region |
scalar, specifies the required region. |
log |
plot |
... |
other arguments. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.