Description Usage Arguments Author(s) See Also Examples
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
1 | plot_MPP_probs(MPPfit, truncate = FALSE, open_new_window = FALSE)
|
MPPfit |
Object of class |
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. |
Sakis Micheas
rMIPPP_cond_loc
,
est_MIPPP_cond_loc
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.