Description Usage Arguments Examples
Create a contour plot for the intensity surface with or without realizations on it.
| 1 2 3 4 5 6 7 | 
| x | Object of class  | 
| ... | Further parameters passed to  | 
| pattern | Optional spatial point pattern to add to the plot. In the
class of  | 
| contour | Logical flag indicating whether to plot countour only. | 
| truncate | Whether to truncate the points outside the domain, default to TRUE. | 
| L | Number of grids on each coordinate. | 
| xlim, ylim | Limits for the plot when  | 
| 1 2 3 4 5 6 7 8 | # plot normmix density
plot(demo_mix)
# plot intensity surface
plot(demo_intsurf)
pp1 <- rsppmix(demo_intsurf)
plot(demo_intsurf, pattern = pp1)  # with points
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.