Description Usage Arguments Examples
View source: R/BrandDensity2.R
Overlay spatial polygon dataframe object over object with lon and lat. The function outputs coordFile with SpFile2ID added
1 | coord2net2(SpFile2, SpFile2ID, coordFile, lonName, latName)
|
SpFile2 |
a spatial polygon dataframe object |
SpFile2ID |
a text field that identifies a varibale that defines polygon in the sp dataframe |
coordFile |
an object with long and lat |
lonName |
name of longitude variable in coordFile |
latName |
name of latitude variable in coordFile |
1 2 3 4 | ## Not run:
coord2net2(net_coord_SP_base,"ID",coordFile=someObject,lonName=long,latName=lat)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.