spTransform.coord: Prepare projected points for Darcy export

Description Usage Arguments See Also

View source: R/MapTools.R

Description

Darcy needs projected data, this function converts a Linarius results to a projected data format. This function needs rgdal.

Usage

1
2
spTransform.coord(xx, crs,
  crs.origin = " +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0 ")

Arguments

xx

An object generated by one of the function expend.coord() or boot.reshape.coord()

crs

Beetween "" the projected information to feed the rgdal::CRS function.

crs.origin

Advence information on original data system. If you use this parametter, you are probably misusing Linarius, infringementing the licence, read the file Licence.l2k for more information about the risk.

See Also

rgdal


giby/Linarius documentation built on May 17, 2019, 4:20 a.m.