addScoresToNewShapefile: 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
addScoresToNewShapefile(in_filename, out_filename, scores = c("all"))

Arguments

in_filename

Filename of the shapefile to be scored.

out_filename

Filename of the shapefile that will hold the results.

scores

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

Value

The filename of the new shapefile.

Examples

1
2
3
library(mandeR)
newname <- tempfile()
mandeR::addScoresToNewShapefile(mass_cd(), newname)

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