# NOT RUN {
## A list of departments of Colombia is printed:
# }
# NOT RUN {
dep <- FCPolygon(level = 1)
head(dep)
# }
# NOT RUN {
## Two adjacent layers of GFC must be bounded together before cropping
## the GFC data using the boundaries of the the municipality of
## 'Cumaribo' in Colombia. This is automatically developed by
## FCPolygon:
# }
# NOT RUN {
cumariboArea <- FCPolygon(pol = 'Cumaribo')
# }
# NOT RUN {
## The name 'Mosquera' matchs two municipalities of Colombia. A
## corresponding department should be specified in the argument 'pol'
## of FCPolygon:
# }
# NOT RUN {
mosquera <- FCPolygon('Mosquera')
mosqueraNarinho <- FCPolygon(pol = c('Mosquera','Narino'))
# }
Run the code above in your browser using DataLab