Description Usage Arguments Author(s) See Also Examples
The function displays the mark probability fields for each location of a marked point pattern. These fields are simply the probabilities of observing the corresponding mark value at that location.
For examples see
http://faculty.missouri.edu/~micheasa/sppmix/sppmix_all_examples.html#plot_MPP_fields
1 2 |
MPP |
A marked point pattern as an
object of class |
gammas |
For discrete marks ( |
r |
Radius used to define the neighborhood system. Any two locations within this distance are considered neighbors. |
discrete_mark |
Logical flag indicating whether the mark is discrete or not. Default is TRUE. For continuous marks set this to FALSE. |
grayscale |
Logical to request plots in grayscale. |
truncate |
Logical variable indicating to discard points if they are not within the window of observation. Default is FALSE. |
open_new_window |
Logical requesting a new window for the plot(s). |
LL |
Length of the side of the square grid. The larger this value is, the better the picture resolution. |
Sakis Micheas
1 2 3 4 5 6 | newMPP=rMIPPP_cond_loc(gammas=c(.1,.2,.5), r=.5)
plot(newMPP$surf,main="True IPPP intensity surface for the locations")
plot_MPP_fields(newMPP$genMPP,newMPP$gammas,newMPP$r)
plot_MPP_fields(newMPP$genMPP,newMPP$gammas,1)
plot_MPP_fields(newMPP$genMPP,newMPP$gammas,1.5)
plot_MPP_fields(newMPP$genMPP,newMPP$gammas,2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.