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
adamlilith/fasterRaster documentation built on Sept. 23, 2024, 1:28 a.m.