Learn R Programming

fetchR (version 2.1-1)

spTransform,Fetch,CRS-method: spTransform for map projection and datum transformation

Description

spTransform for map projection and datum transformation

Usage

# S4 method for Fetch,CRS
spTransform(x, CRSobj)

# S4 method for Fetch,character spTransform(x, CRSobj)

Arguments

x

Fetch object to be transformed

CRSobj

object of class CRS, or of class character in which case it is converted to CRS

...

further arguments (ignored)

Value

Fetch object with coordinates transformed to the new coordinate system.