Description Usage Arguments Value Examples
The function converts Spatial*
objects to SpatialArray
-class objects.
1 | as.SpatialArray(from)
|
from |
Object to be converted. |
A SpatialArray
class object.
1 2 3 4 | # data(coasts)
# recent <- coasts[1]
# # convert Spatial* to as.SpatialArray
# sa <- as.SpatialArray(recent)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.