View source: R/helping-functions.R
spp2im | R Documentation |
A method to convert 'anlaytePointPattern' objects to 'im' objects.
spp2im(obj, weighted = TRUE, rescale = FALSE, zero.rm = FALSE, ...)
obj |
S3 object of type 'anlaytePointPattern' (and 'spp'). |
weighted |
a logical, whether to scale points by their intensities. |
rescale |
logical, whether to scale the intensities of the output 'im' object to [0,1] interval. |
zero.rm |
for internal use only. |
... |
additional arguments passed to 'spatstat.geom::pixellate'. |
an object of type 'im' (see 'spatstat' documentation).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.