df2sf: Creates a simple features (sf) object from a dataframe with...

Description Usage Arguments Value

Description

Creates a simple features (sf) object from a dataframe with latitude and longitude values

Usage

1
2
df2sf(dataframe, longitude = "decimalLongitude",
  latitude = "decimalLatitude", default_crs = "+proj=longlat +datum=WGS84")

Arguments

dataframe

dataframe with latitude and longitude

longitude

fieldname that contains the longitude values

latitude

fieldname that contains the latitude values

default_crs

coordinate reference system

Value

simple feature object


MarineGEO/marinegeoParseR documentation built on May 24, 2019, 9:50 a.m.