knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

fasterRaster contains a set of "private" functions that users can access using fasterRaster:::functionName. These functions are useful for power users and developers. Not all hidden functions are listed here. Often, a method will have a hidden function of the same name that starts with a period (e.g., .plot()). This "period" function is intended to be supplied the sources() name of a GRaster or GVector from other functions so that the calling function does not need to spend the time creating the GRaster or GVector pointer before calling the function. "Period" functions will, though, often work on GRasters or GVectors, though some error-checking and region re-definition is not conducted.

~ FINIS ~



adamlilith/fasterRaster documentation built on Sept. 23, 2024, 1:28 a.m.