points2shape: Save data to a points shape file

Description Usage Arguments Value Author(s) See Also Examples

Description

Save data to a points shape file with a geographic projection

Usage

1
points2shape(dat, x, y, fn)

Arguments

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)

Value

a point shape file

Author(s)

Mark Robertson

See Also

pointsworld

Examples

1
points2shape(dat,"x","y",fn="pointshape.shp")

biogeo documentation built on May 1, 2019, 8:05 p.m.