R/zzz.R

Defines functions .onUnload .onLoad

.onLoad <- function(libname, pkgname) {
}

.onUnload <- function(libpath) {
  library.dynam.unload("grainscape", libpath)
}

Try the grainscape package in your browser

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

grainscape documentation built on April 20, 2023, 9:12 a.m.