default.symbolmap | R Documentation |
Determines the symbol map for plotting a spatial pattern, when one is not supplied by the user.
default.symbolmap(x, ...)
x |
A spatial object in the spatstat package,
such as a point pattern (class |
... |
Additional arguments passed to methods. |
In the spatstat package, an object of class "symbolmap"
defines a mapping between data and graphical symbols.
If a plot command plot(x, ...)
has been issued,
and if the arguments were not sufficient to determine the
symbol map that should be used, then default.symbolmap(x, ...)
will be executed to determine the default symbol map.
The function default.symbolmap
is generic, with a method
for point patterns (class "ppp"
) and possibly for other
classes.
A symbol map (object of class "symbolmap"
).
default.symbolmap.ppp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.