Description Usage Arguments Value Examples
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.
1  | addScoresToNewShapefile(in_filename, out_filename, scores = c("all"))
 | 
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()'  | 
The filename of the new shapefile.
1 2 3  | library(mandeR)
newname <- tempfile()
mandeR::addScoresToNewShapefile(mass_cd(), newname)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.