R/projection.r

Defines functions .projection

Documented in .projection

#' Get "GRASS" projection of raster or vector
#'
#' @description "Getter" for the @projection slot.
#'
#' @param x A `GRaster` or `GVector`.
#'
#' @returns Character.
#'
#' @keywords internal
.projection <- function(x) x@projection

Try the fasterRaster package in your browser

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

fasterRaster documentation built on April 3, 2025, 10:44 p.m.