Description Usage Arguments Details Value See Also
This function maps STAMP output for visual assessment of STAMP events and groupings.
Choice of which aspect of the stamp output to be visualized is controlled by passing
the column name to the stamp.map function.
1 |
stmp |
output from the |
by |
tells the function which attribute to visualize, one of |
... |
additional parameters to be passed to the plot function |
The stamp.map function can be used to visualize any of the stamp event designation levels
(e.g., "LEV1", "LEV2", "LEV3", "LEV4", or the STAMP groupings
(based off of parameter dc in the stamp function).
stamp.map returns a map of the stamp output using the spplot functionality.
It implements a pre-defined coloring scheme.
stamp data("fire1") data("fire2") fire1$ID <- 1:nrow(fire1) fire2$ID <- (max(fire1$ID)+1):(max(fire1$ID) + nrow(fire2)) ch <- stamp(fire1, fire2, dc=1, direction=FALSE, distance=FALSE) stamp.map(ch, "LEV1") stamp.map(ch, "LEV2") stamp.map(ch, "LEV3") stamp.map(ch, "LEV4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.