Skip to content

Commit fa56b2f

Browse files
committed
address #2324
1 parent a5f9f0f commit fa56b2f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

R/transform.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ st_transform = function(x, crs, ...) UseMethod("st_transform")
8989
#' @export
9090
#' @examples
9191
#' st_transform(st_sf(a=2:1, geom=sfc), "+init=epsg:3857")
92-
#' try(st_transform(sfc, 3857, aoi = c(-280,-90,180,90)))
9392
#' if (sf_extSoftVersion()["GDAL"] >= "3.0.0") {
9493
#' st_transform(sfc, pipeline =
9594
#' "+proj=pipeline +step +proj=axisswap +order=2,1") # reverse axes

man/st_transform.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)