R/project4.R

Defines functions project4

Documented in project4

project4 <- function(xy, from, to) {
	xy <- .pjtransform(xy[,1], xy[,2], from, to)
	if (ncol(xy) == 1) {
		stop('invalid crs')
	}
	xy
}


# compileAttributes("C:\\@R\\rgis\\pkg\\Rproj4")

Try the Rproj4 package in your browser

Any scripts or data that you put into this service are public.

Rproj4 documentation built on May 2, 2019, 5:01 p.m.