summarizeOneByMunicipalities: Summarize the classification areas in each Brazilian...

Description Usage Arguments Author(s)

View source: R/summarizeByPolygons.R

Description

This function returns the area of each class within each Brazilian municipality. The output is a data.frame with the same row names (classes) and municipalities as columns. It uses file Dropbox/sits.validate/shapes/55mu2500gsd_removednull.shp, with 5,564 municipalities.

Usage

1
2
summarizeOneByMunicipalities(data, file = "55mu2500gsd_removednull",
  name = "Nome_Munic", progress = TRUE)

Arguments

data

A raster::raster data.

file

Name of a shapefile that store polygons to be used to summarize the data.

name

String with the attribute that stores names of the municipalities.

progress

A boolean value indicating whether this function should print its progress. Default is true.

Author(s)

Pedro R. Andrade, pedro.andrade@inpe.br


pedro-andrade-inpe/sits.validate documentation built on Dec. 4, 2019, 3:02 p.m.