Description Usage Arguments Value Note Author(s) References See Also Examples
Strip a gadm_sp object (with property 'stripped' == FALSE) and return a stripped gadm_sp object (with property 'stripped' == TRUE)
1 |
x |
Object gadm_sp with property 'stripped' == FALSE |
level |
Int admin level to be stripped/extracted. If NULL, the current level is selected |
Object gadm_sp with property 'stripped' == TRUE
—-
Jean Pierre Decorps <jp.decorps@epiconcept.fr>
—-
—-
1 2 3 4 | # library(GADMTools)
# library(sp)
# BE <- gadm_loadCountries('BEL', level=2)
# Belgique <- stripSP(BE, level=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.