augmentShapefileWithScores: Augment an existing shapefile by adding scores

Description Usage Arguments Value Examples

Description

Since analysis often happens at a high level, after scores have been shapefile itself. This function does this. The shapefile's projection must be appropriate: latlong cannot be used.

Usage

1
augmentShapefileWithScores(filename, scores = c("all"))

Arguments

filename

Filename of the shapefile to be altered.

scores

List of scores to include, a subset of 'getListOfScores()'

Value

The filename of the modified shapefile.

Examples

1
2
3
4
5
## Not run: 
library(mandeR)
mandeR::augmentShapefileWithScores("path/to/myshapefile.shp", c("Reock", "area"))

## End(Not run)

r-barnes/mandeR documentation built on May 10, 2019, 1:18 p.m.