Description Usage Arguments Value Author(s) See Also Examples
Save data to a points shape file with a geographic projection
1 | points2shape(dat, x, y, fn)
|
dat |
a dataframe containing x- and y-coordinates and any other data |
x |
name of x-coordinates column in dat |
y |
name of y-coordinates column in dat |
fn |
the name of the file to be create (should have a .shp extension) |
a point shape file
Mark Robertson
pointsworld
1 | points2shape(dat,"x","y",fn="pointshape.shp")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.