plot_MPP_probs: Plot the mark probabilities of a marked point pattern

Description Usage Arguments Author(s) See Also Examples

Description

For discrete marks only, the function displays for each location of a marked point pattern, the probabilities of observing each of the discrete marks at that location.

For examples see

http://faculty.missouri.edu/~micheasa/sppmix/sppmix_all_examples.html#plot_MPP_probs

Usage

1
plot_MPP_probs(MPPfit, truncate = FALSE, open_new_window = FALSE)

Arguments

MPPfit

Object of class MIPPP_fit.

truncate

Logical variable indicating to discard points if they are not within the window of observation. Default is FALSE.

open_new_window

Open a new window for the plot.

Author(s)

Sakis Micheas

See Also

rMIPPP_cond_loc, est_MIPPP_cond_loc

Examples

1
2
3
4
5
6
newMPP=rMIPPP_cond_loc(gammas=c(.1,.2,.5))
plot(newMPP$surf,main="True IPPP intensity surface for the locations")
genMPP=newMPP$genMPP
newMPP$r
mpp_est <- est_MIPPP_cond_loc(genMPP,newMPP$r, hyper=0.2)
plot_MPP_probs(mpp_est)

sppmix documentation built on Jan. 13, 2021, 10:04 p.m.